diff options
author | makc <makc@FreeBSD.org> | 2014-05-12 18:53:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-05-12 18:53:41 +0800 |
commit | 4d067e1443119a1d2021e990720f8c9d7e893129 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /games | |
parent | f8d59206f411ad9cc1291ec28dc1e7c08446cd6d (diff) | |
download | freebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.tar.gz freebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.tar.zst freebsd-ports-gnome-4d067e1443119a1d2021e990720f8c9d7e893129.zip |
Convert my ports to USES=tar
Diffstat (limited to 'games')
-rw-r--r-- | games/hexxagon/Makefile | 3 | ||||
-rw-r--r-- | games/kmancala/Makefile | 3 | ||||
-rw-r--r-- | games/supertux-devel/Makefile | 3 | ||||
-rw-r--r-- | games/supertux/Makefile | 3 | ||||
-rw-r--r-- | games/trigger/Makefile | 3 | ||||
-rw-r--r-- | games/warmux/Makefile | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 4482e426b552..c46f8b693ace 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -11,8 +11,7 @@ COMMENT= Strategy hexagon game LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \ diff --git a/games/kmancala/Makefile b/games/kmancala/Makefile index 6dc98dcb2458..331d76b5cbb8 100644 --- a/games/kmancala/Makefile +++ b/games/kmancala/Makefile @@ -11,8 +11,7 @@ DISTNAME= kMancala-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Board game for KDE, also known as Mancala or Kalah -USE_BZIP2= yes -USES= cmake:outsource +USES= cmake:outsource tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 libkdegames USE_QT4= moc_build qmake_build rcc_build uic_build diff --git a/games/supertux-devel/Makefile b/games/supertux-devel/Makefile index 6ad1a8199146..3b7d3161e4d7 100644 --- a/games/supertux-devel/Makefile +++ b/games/supertux-devel/Makefile @@ -14,10 +14,9 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libcurl.so:${PORTSDIR}/ftp/curl \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USE_BZIP2= yes USE_SDL= image USE_GL= glew -USES= cmake:outsource iconv openal:al +USES= cmake:outsource iconv openal:al tar:bzip2 LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} post-patch: diff --git a/games/supertux/Makefile b/games/supertux/Makefile index 343a7228a6a6..2784bfdf17c7 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= makc@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 USE_SDL= image mixer USE_GL= gl GNU_CONFIGURE= yes diff --git a/games/trigger/Makefile b/games/trigger/Makefile index 72d2e9d026a0..e284da8240eb 100644 --- a/games/trigger/Makefile +++ b/games/trigger/Makefile @@ -15,10 +15,9 @@ COMMENT= Rally car racing game BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs -USES= openal:al,alut +USES= openal:al,alut tar:bzip2 USE_SDL= sdl image USE_GL= glu -USE_BZIP2= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 516faf035ed5..e4d5111953b4 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ CONFLICTS_INSTALL= wormux-* -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_SDL= sdl image mixer ttf gfx net USE_DOS2UNIX= fixed_class.h |