diff options
Diffstat (limited to 'textproc/xqilla')
-rw-r--r-- | textproc/xqilla/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile index 3b185794714a..3251470cbe1c 100644 --- a/textproc/xqilla/Makefile +++ b/textproc/xqilla/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xqilla -# Date created: Sep 22 2007 -# Whom: vanilla@ -# +# Created by: vanilla@ # $FreeBSD$ -# PORTNAME= xqilla PORTVERSION= 2.3.0 @@ -18,7 +14,7 @@ COMMENT= An XQuery and XPath2 library LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |