diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
commit | ca43e8bb1d83a2d25be74246732c70d4a6dc9975 (patch) | |
tree | 13a4099154c016d7a6fa1231f0945884771f424f /games | |
parent | 3ca0120f58f6083a9c8b1a2e526a3079db6132b3 (diff) | |
download | freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.gz freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.zst freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/gnurobots/Makefile | 7 | ||||
-rw-r--r-- | games/tuxtype/Makefile | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index b46e02cf64fe..85c6d5699c6f 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnurobots -# Date created: 22 Sept 2000 -# Whom: Aaron VonderHaar <avh4@usa.net> -# +# Created by: Aaron VonderHaar <avh4@usa.net> # $FreeBSD$ -# PORTNAME= gnurobots PORTVERSION= 1.2.0 @@ -16,6 +12,7 @@ COMMENT= GNU diversion wherein Scheme-coded robots explore a world LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +USES= pkgconfig USE_GNOME= vte GNU_CONFIGURE= yes diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index 531660b95974..8f9b03d3ea7f 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_w_fonts-${PORTVERSION} USE_GNOME= libxml2 USE_SDL= image mixer net pango sdl -USES= iconv perl5 +USES= iconv perl5 pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \ |