diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
commit | c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0 (patch) | |
tree | ee1b543bed558b9b511b6642bbe14b86cc4382de /games | |
parent | 307f32b604ef7e856e4f70a3c0279d16949758a6 (diff) | |
download | freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.tar.gz freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.tar.zst freebsd-ports-gnome-c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/ldmud/Makefile | 2 | ||||
-rw-r--r-- | games/maitretarot/Makefile | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile index 29267c50b51b..a9faf3129097 100644 --- a/games/ldmud/Makefile +++ b/games/ldmud/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USE_OPENSSL= yes -USES= iconv +USES= iconv pkgconfig CONFIGURE_ARGS+=--libdir=${DATADIR} \ --bindir=${PREFIX}/sbin \ --enable-use-pcre \ diff --git a/games/maitretarot/Makefile b/games/maitretarot/Makefile index e292ffd33bab..68a81846b0c7 100644 --- a/games/maitretarot/Makefile +++ b/games/maitretarot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: maitretarot -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= maitretarot PORTVERSION= 0.1.98 @@ -17,6 +13,7 @@ COMMENT= Server side of MaitreTarot, a Tarot card game LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 |