From c3102b9f4e6d0ef5cb8291bf6c5093365afc54c0 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 2 Sep 2013 15:39:17 +0000 Subject: Add an explicit dependency on pkgconf --- games/ldmud/Makefile | 2 +- games/maitretarot/Makefile | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'games') 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 -- cgit