diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:03:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:03:58 +0800 |
commit | 2757a9efcd5ad279010746df3010d93bf81121e1 (patch) | |
tree | c519edfa8150d5efc6571231295d7b3f1692e61c /games | |
parent | 53600dfaabdae69e2abc3babafc09671f8916908 (diff) | |
download | freebsd-ports-gnome-2757a9efcd5ad279010746df3010d93bf81121e1.tar.gz freebsd-ports-gnome-2757a9efcd5ad279010746df3010d93bf81121e1.tar.zst freebsd-ports-gnome-2757a9efcd5ad279010746df3010d93bf81121e1.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/pushover/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pushover/Makefile b/games/pushover/Makefile index 651a001a76fa..299c8060ff72 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -12,7 +12,7 @@ COMMENT= A puzzle game where the goal is to push over all dominoes LIB_DEPENDS= png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl mixer ttf USE_LUA= 5.1 CPPFLAGS+= -I${LOCALBASE}/include |