diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 17:00:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 17:00:42 +0800 |
commit | 5b5822e40fcc5fd558307c23a4e1c53e9438beeb (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /textproc/opensp | |
parent | 6a07c8b0c7666451d9120fd7da83786ad55b00aa (diff) | |
download | freebsd-ports-gnome-5b5822e40fcc5fd558307c23a4e1c53e9438beeb.tar.gz freebsd-ports-gnome-5b5822e40fcc5fd558307c23a4e1c53e9438beeb.tar.zst freebsd-ports-gnome-5b5822e40fcc5fd558307c23a4e1c53e9438beeb.zip |
Convert to new perl framework
Diffstat (limited to 'textproc/opensp')
-rw-r--r-- | textproc/opensp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 6ac5bac274d3..5b468c82b24d 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -10,11 +10,9 @@ MASTER_SITES= SF/openjade/${PORTNAME:L}/${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= This package is a collection of SGML/XML tools called OpenSP -USE_GMAKE= yes USE_LDCONFIG= yes -USES= iconv +USES= gmake iconv perl5 GNU_CONFIGURE= yes -USE_PERL5= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${PREFIX}/share/sgml/openjade \ --disable-doc-build |