diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:55:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:55:04 +0800 |
commit | 2572ef719389540034acc0b9f28390cd93fc30c5 (patch) | |
tree | 88ba54861a636c8d3b02c8561ca760725ea09b54 /games | |
parent | 30506c09eef1810be43ef952700083b8a94e470f (diff) | |
download | freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.tar.gz freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.tar.zst freebsd-ports-gnome-2572ef719389540034acc0b9f28390cd93fc30c5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 92e54a37bb62..28a3417901d4 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -14,6 +14,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost- USE_GMAKE= yes +USES= pkgconfig USE_BZIP2= yes USE_SDL+= image net sdl sound USE_GL= yes |