diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /textproc/ltxml | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'textproc/ltxml')
-rw-r--r-- | textproc/ltxml/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/ltxml/Makefile b/textproc/ltxml/Makefile index 940799766d0b..a077314749ea 100644 --- a/textproc/ltxml/Makefile +++ b/textproc/ltxml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: LT XML -# Date created: 20 Oct 2000 -# Whom: Samuel Tardieu <sam@inf.enst.fr> -# +# Created by: Samuel Tardieu <sam@inf.enst.fr> # $FreeBSD$ -# PORTNAME= ltxml PORTVERSION= 1.2.9 @@ -21,7 +17,7 @@ OPTIONS_DEFINE= OPTIMIZED_CFLAGS WRKSRC= ${WRKDIR}/${DISTNAME}/XML -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-zlib=/usr --datadir=${PREFIX}/lib/ltxml12 |