diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:48:38 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:48:38 +0000 |
commit | a10f987e18eae53df29e7ea7df4bec8f624490c3 (patch) | |
tree | dafaf1c4908ef4abbcd741a4a2814b40f4b3b2fc /games | |
parent | 7e623ecc6a05f94f99f410892a7acb1f9901fe26 (diff) |
Add explicit dependency on pkgconf (11 ports)
Notes
Notes:
svn path=/head/; revision=327021
Diffstat (limited to 'games')
-rw-r--r-- | games/mahjong/Makefile | 10 | ||||
-rw-r--r-- | games/umark/Makefile | 7 | ||||
-rw-r--r-- | games/wargus/Makefile | 2 |
3 files changed, 5 insertions, 14 deletions
diff --git a/games/mahjong/Makefile b/games/mahjong/Makefile index ed2aeaeb202b..6504d6323e2a 100644 --- a/games/mahjong/Makefile +++ b/games/mahjong/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: mahjong -# Date created: Jan 31, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mahjong PORTVERSION= 1.12.1 @@ -19,10 +14,9 @@ COMMENT= A networked Mah Jong program, together with a computer player LICENSE= GPLv2 # (or later) -USES= perl5 +USES= perl5 gmake pkgconfig USE_GNOME= gtk20 USE_PERL5= build -USE_GMAKE= yes MAKE_ENV= CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" PERL="${PERL}" \ INCLUDES="-I." diff --git a/games/umark/Makefile b/games/umark/Makefile index 1c131ae1a743..e8a6b1a0ea82 100644 --- a/games/umark/Makefile +++ b/games/umark/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: UMark -# Date created: 31 Jul 2005 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= umark DISTVERSION= 2.0.0-Beta3 @@ -17,6 +13,7 @@ COMMENT= Unreal Tournament 200x series benchmark utility LICENSE= GPLv2 +USES= pkgconfig USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/UMark/src MAKEFILE= ${FILESDIR}/Makefile diff --git a/games/wargus/Makefile b/games/wargus/Makefile index c3f14bbe5f2c..5abe3401fdda 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus LICENSE= GPLv2 NOT_FOR_ARCHS= sparc64 -USES= pathfix gmake +USES= pathfix gmake pkgconfig USE_CSTD= gnu89 USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |