diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:23:53 +0800 |
commit | 18aa10a938ef61989db94abf265c30c4cdf69cdd (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /games/hexxagon/Makefile | |
parent | cc566d7c8a4cc8bcda1df473e74a31319b3d9314 (diff) | |
download | freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.gz freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.zst freebsd-ports-gnome-18aa10a938ef61989db94abf265c30c4cdf69cdd.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games/hexxagon/Makefile')
-rw-r--r-- | games/hexxagon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 6bc91fd703b1..cfbccbc4147b 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -11,6 +11,7 @@ COMMENT= Strategy hexagon game LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes |