diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
commit | ab93ec4098542fafc79f85ccb037c088a175a225 (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /games | |
parent | b9ef45ee941ff10c20e52800c17a4fe88584047e (diff) | |
download | freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.gz freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.zst freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/mt_dolphin_ia/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/mt_dolphin_ia/Makefile b/games/mt_dolphin_ia/Makefile index fc5cf67efce6..5cc3e009202c 100644 --- a/games/mt_dolphin_ia/Makefile +++ b/games/mt_dolphin_ia/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mt_dolphin_ia -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= mt_dolphin_ia PORTVERSION= 0.1.98 @@ -17,6 +13,7 @@ COMMENT= A basic AI for MaitreTarot, a Tarot card game LIB_DEPENDS= mt_client.0:${PORTSDIR}/games/libmt_client +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 |