diff options
author | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
commit | 28b83ccec5d8c2af9b3660a9e2699df99e8f03d8 (patch) | |
tree | 55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /games | |
parent | 069d4b53cd6a5407774e445bf7d83e0548adabd3 (diff) | |
download | freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.gz freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.zst freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.zip |
Fix double occurences of USES=
Diffstat (limited to 'games')
-rw-r--r-- | games/briquolo/Makefile | 5 | ||||
-rw-r--r-- | games/pink-pony/Makefile | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 28da1081e888..439a76769003 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -3,7 +3,7 @@ PORTNAME= briquolo PORTVERSION= 0.5.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -14,11 +14,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +USES= desktop-file-utils gmake iconv USE_BZIP2= yes -USES= iconv USE_GL= gl USE_SDL= mixer sdl ttf -USES= gmake desktop-file-utils USE_XORG= x11 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index 623ea0e91636..2ba400a325a2 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ USES= pkgconfig USE_BZIP2= yes USE_SCONS= yes -USES= pkgconfig USE_GL= gl glu USE_SDL= mixer SUB_FILES= pink-pony.sh |