diff options
author | marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-13 09:21:55 +0800 |
commit | d31313383d14d40798a05d52666fc5ce44b02040 (patch) | |
tree | 9f18ee1d7fadfd494fb2fcde5e11f3aecd04cf48 /games | |
parent | 3891802a64b517a6897ebf76b664a76b35b2bfa2 (diff) | |
download | freebsd-ports-graphics-d31313383d14d40798a05d52666fc5ce44b02040.tar.gz freebsd-ports-graphics-d31313383d14d40798a05d52666fc5ce44b02040.tar.zst freebsd-ports-graphics-d31313383d14d40798a05d52666fc5ce44b02040.zip |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/bombherman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile index 656bf6ecc9e..c1b6ab02899 100644 --- a/games/bombherman/Makefile +++ b/games/bombherman/Makefile @@ -24,11 +24,11 @@ GH_PROJECT= Bomb-her-man GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 8f5aa22 +USES= gmake pkgconfig USE_SDL= sdl image mixer ttf USE_GNOME= intltool librsvg2 GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env -USE_GMAKE= yes ALL_TARGET= # empty CFLAGS+= -I${LOCALBASE}/include |