diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 23:39:17 +0800 |
commit | bee65d048d4a483a80e30ef3d533a6d1ce574ed5 (patch) | |
tree | ee1b543bed558b9b511b6642bbe14b86cc4382de /textproc | |
parent | 374856d95afa1bc3ffca82a21e1fb8fbf3b93ad1 (diff) | |
download | freebsd-ports-gnome-bee65d048d4a483a80e30ef3d533a6d1ce574ed5.tar.gz freebsd-ports-gnome-bee65d048d4a483a80e30ef3d533a6d1ce574ed5.tar.zst freebsd-ports-gnome-bee65d048d4a483a80e30ef3d533a6d1ce574ed5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-GDOME/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-XML-GDOME/Makefile b/textproc/p5-XML-GDOME/Makefile index ded6a935f207..e06793cc312f 100644 --- a/textproc/p5-XML-GDOME/Makefile +++ b/textproc/p5-XML-GDOME/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::GDOME -# Date created: 2003-10-02 -# Whom: Stefan Esser <se@FreeBSD.org> -# +# Created by: Stefan Esser <se@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-GDOME PORTVERSION= 0.86 @@ -20,7 +16,7 @@ RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 pkgconfig USE_PERL5= configure MAN3= XML::GDOME.3 \ |