diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /games | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/gtkpool/Makefile | 8 | ||||
-rw-r--r-- | games/macopix/Makefile | 9 | ||||
-rw-r--r-- | games/mt_gtk_client/Makefile | 8 | ||||
-rw-r--r-- | games/xcowsay/Makefile | 3 | ||||
-rw-r--r-- | games/xqf/Makefile | 3 |
5 files changed, 8 insertions, 23 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index 89723adc5fe0..1f0a8ef9dc4d 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GTKPool -# Date created: 31 Jul 2005 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gtkpool PORTVERSION= 0.5.0 @@ -15,7 +11,7 @@ MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A 2D pool game using the GTK+ toolkit -USES= perl5 +USES= perl5 pkgconfig USE_GNOME= gtk20 USE_PERL5= build USE_GMAKE= yes diff --git a/games/macopix/Makefile b/games/macopix/Makefile index 16037e499d93..2ab9e5647212 100644 --- a/games/macopix/Makefile +++ b/games/macopix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: macopix -# Date created: 15 Apr 2003 -# Whom: Shinya Esu <esu@yk.rim.or.jp> -# +# Created by: Shinya Esu <esu@yk.rim.or.jp> # $FreeBSD$ -# PORTNAME= macopix PORTVERSION= 1.7.4 @@ -34,8 +30,7 @@ RESTRICTED_FILES= \ macopix-mascot-HxB-euc-ja-0.30.tar.gz WANT_GNOME= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes MAN1= macopix.1 diff --git a/games/mt_gtk_client/Makefile b/games/mt_gtk_client/Makefile index d58a376ec03c..762a0ea7aae1 100644 --- a/games/mt_gtk_client/Makefile +++ b/games/mt_gtk_client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mt_gtk_client -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= mt_gtk_client PORTVERSION= 0.1.98 @@ -20,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/cardpics/images/78.png:${PORTSDIR}/games/cardpi USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= glib20 gtk20 libxml2 .if !defined(WITHOUT_SERVER) diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile index 061a990c62da..6732f5355f10 100644 --- a/games/xcowsay/Makefile +++ b/games/xcowsay/Makefile @@ -14,8 +14,7 @@ COMMENT= A graphical configurable talking cow OPTIONS_DEFINE= DBUS USE_GNOME= gtk20 -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes MAN6= xcowsay.6 diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 6a461e55abba..cac7d837b7e8 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -13,8 +13,7 @@ COMMENT= Server browser for many popular 3D action games RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat USE_GNOME= intlhack -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes MAN6= xqf.6 |