diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
commit | c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4 (patch) | |
tree | 4953b7feaf7130581f51fe4f91c8154af688bc9f /games/cheech | |
parent | 6accdc043927f019f3403df308b7fd71dd90e026 (diff) | |
download | freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.gz freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.zst freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games/cheech')
-rw-r--r-- | games/cheech/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/cheech/Makefile b/games/cheech/Makefile index d2666694e615..0804cfdef65e 100644 --- a/games/cheech/Makefile +++ b/games/cheech/Makefile @@ -14,6 +14,7 @@ COMMENT= Multiplayer Chinese Checkers game LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ gnet-2.0.0:${PORTSDIR}/net/gnet2 +USES= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env |