diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:32:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:32:24 +0800 |
commit | e3887e89b82d40ab81ed3970c5b98294e811b51f (patch) | |
tree | e390baaa8e511f6302365d46e92b2e41fef35bd0 /games | |
parent | 4aad9bd4117091bfa357cdf047cd7cacffdbc880 (diff) | |
download | freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.tar.gz freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.tar.zst freebsd-ports-gnome-e3887e89b82d40ab81ed3970c5b98294e811b51f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/bomns/Makefile | 7 | ||||
-rw-r--r-- | games/rtb/Makefile | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/games/bomns/Makefile b/games/bomns/Makefile index 63ef474a8900..a3c52f970df6 100644 --- a/games/bomns/Makefile +++ b/games/bomns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bomns -# Date created: 22 Jul 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# +# Created by: Alejandro Pulver <alejandro@varnet.biz> # $FreeBSD$ -# PORTNAME= bomns PORTVERSION= 0.99.2 @@ -14,6 +10,7 @@ MASTER_SITES= SF/greenridge/Bomns%20for%20Linux/Bomns%20for%20Linux%20${PORTVERS MAINTAINER= ports@FreeBSD.org COMMENT= The best old-school Deathmatch game ever (only for two players) +USES= pkgconfig USE_BZIP2= yes USE_SDL= mixer sdl WANT_GNOME= yes diff --git a/games/rtb/Makefile b/games/rtb/Makefile index 7f371390ea23..7b3569e9251a 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -13,11 +13,10 @@ COMMENT= Robot programming game for UNIX BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed -USES= perl5 +USES= perl5 gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} |