Skip to content

Commit

Permalink
games/{enigma,openspades}: rollback USES=magick for my ports
Browse files Browse the repository at this point in the history
Roll back pessimization introduced in 45526ec for (my) ports which
need *any* version of imagemagick: switch to USES=magick makes them
needlessly requre *specific* version/flavor which cause conflicts.
  • Loading branch information
AMDmi3 committed Dec 15, 2021
1 parent cf442d7 commit 89f1383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion games/enigma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \
libpng.so:graphics/png \
libenet.so:net/enet \
libcurl.so:ftp/curl
BUILD_DEPENDS= convert:graphics/ImageMagick6

USE_GITHUB= yes
GH_ACCOUNT= Enigma-Game
GH_PROJECT= Enigma

USES= autoreconf:build gettext gmake iconv localbase magick:6,build pkgconfig sdl
USES= autoreconf:build gettext gmake iconv localbase pkgconfig sdl
GNU_CONFIGURE= yes
USE_SDL= sdl2 image2 mixer2 ttf2
CONFIGURE_ARGS= --with-system-enet
Expand Down
3 changes: 2 additions & 1 deletion games/openspades/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= bundles non-portable AngelScript

BUILD_DEPENDS= convert:graphics/ImageMagick6 # for building icons
LIB_DEPENDS= libcurl.so:ftp/curl \
libopusfile.so:audio/opusfile

USE_GITHUB= yes
GH_ACCOUNT= yvt

USES= cmake:insource compiler:c++11-lib desktop-file-utils dos2unix \
gl gnome magick:6,build openal sdl xorg
gl gnome openal sdl xorg
CMAKE_ARGS= -DOPENSPADES_RESOURCES=OFF \
-DOPENSPADES_INSTALL_MAN="man/man6" \
-DOPENSPADES_INSTALL_BINARY="bin" \
Expand Down

0 comments on commit 89f1383

Please sign in to comment.