diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 21:07:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 21:07:49 +0800 |
commit | 5b52cca958263a576efb5c47950a873eeddedba9 (patch) | |
tree | 94639eea3faf193023b9e8d4334b669065daf5e1 /games/libmaitretarot | |
parent | a580a2cd66f4e4a0cd86758a70723fd125a0a7ff (diff) | |
download | freebsd-ports-gnome-5b52cca958263a576efb5c47950a873eeddedba9.tar.gz freebsd-ports-gnome-5b52cca958263a576efb5c47950a873eeddedba9.tar.zst freebsd-ports-gnome-5b52cca958263a576efb5c47950a873eeddedba9.zip |
Add an explicit dependency on pkgconfig
Diffstat (limited to 'games/libmaitretarot')
-rw-r--r-- | games/libmaitretarot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index 5f8f51e905c0..1ee2d8623fa3 100644 --- a/games/libmaitretarot/Makefile +++ b/games/libmaitretarot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmaitretarot -# Date created: Sun 7 mar 2004 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= libmaitretarot PORTVERSION= 0.1.98 @@ -15,6 +11,7 @@ MASTER_SITE_SUBDIR= maitretarot MAINTAINER= thierry@FreeBSD.org COMMENT= Core library of MaitreTarot, a Tarot card game +USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes GNU_CONFIGURE= yes |