diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
commit | 46ccc06ed12754ba1915e6ced7a556dbf908d709 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /games | |
parent | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (diff) | |
download | freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.gz freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.zst freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/eboard/Makefile | 2 | ||||
-rw-r--r-- | games/euchre/Makefile | 1 | ||||
-rw-r--r-- | games/glightoff/Makefile | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 493eb660caf0..60d2d08f9639 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -19,7 +19,7 @@ COMMENT= GTK+ chess board interface (mainly for FICS and chessd) LIB_DEPENDS= png15:${PORTSDIR}/graphics/png EXTRAS= 1pl2 2 -USES= shebangfix +USES= shebangfix pkgconfig USE_BZIP2= yes HAS_CONFIGURE= yes USE_PERL5_BUILD=yes diff --git a/games/euchre/Makefile b/games/euchre/Makefile index d007b28f8898..277c316bc7e3 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -11,6 +11,7 @@ COMMENT= Very popular card game with variable skill levels LICENSE= GPLv2 # (or later) +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules diff --git a/games/glightoff/Makefile b/games/glightoff/Makefile index 68f6e64e6234..85204ffa7f9e 100644 --- a/games/glightoff/Makefile +++ b/games/glightoff/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis@gmx.ch # $FreeBSD$ PORTNAME= glightoff @@ -13,7 +13,7 @@ COMMENT= Simple (but not so easy to solve!) puzzle game LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 gtk20 USE_XORG= x11 |