diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
commit | 8bcbb85845c3e548ea23493e8c70eff008c0fd7f (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /games | |
parent | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (diff) | |
download | freebsd-ports-graphics-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.gz freebsd-ports-graphics-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.zst freebsd-ports-graphics-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/monster-masher/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/monster-masher/Makefile b/games/monster-masher/Makefile index 734ee170170..9121a4b7e4f 100644 --- a/games/monster-masher/Makefile +++ b/games/monster-masher/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \ glademm-2.4:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnome esound -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lesd |