diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
commit | d76c3e65cec790802b4e11280b57df5d97fdc845 (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /games | |
parent | 2f66c48a52d7547c8bbeeb90969c2f11739c299d (diff) | |
download | freebsd-ports-graphics-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.gz freebsd-ports-graphics-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.zst freebsd-ports-graphics-d76c3e65cec790802b4e11280b57df5d97fdc845.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/pink-pony/Makefile | 1 | ||||
-rw-r--r-- | games/trophy/Makefile | 2 | ||||
-rw-r--r-- | games/uqm/Makefile | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index f412c463b37..226d90127a5 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= IL:${PORTSDIR}/graphics/devil \ BUILD_DEPENDS= ${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere RUN_DEPENDS= ${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere +USES= pkgconfig USE_BZIP2= yes USE_SCONS= yes USE_GL= gl glu diff --git a/games/trophy/Makefile b/games/trophy/Makefile index 4b65bf26a4d..0f7ffc9d6cc 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1 +USES= pkgconfig + GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} diff --git a/games/uqm/Makefile b/games/uqm/Makefile index c279066038a..5d21c256db0 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2 LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ mikmod:${PORTSDIR}/audio/libmikmod -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= image sdl NO_INSTALL_MANPAGES= yes DATAVERSION= 0.7.0 |