diff options
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} |