diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /textproc/openjade | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) |
Notes
Diffstat (limited to 'textproc/openjade')
-rw-r--r-- | textproc/openjade/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index f9ddf0aec66b..6bcef1977cd6 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: OpenJade -# Date created: May 19, 2000 -# Whom: kuriyama -# +# Created by: kuriyama # $FreeBSD$ -# PORTNAME= openjade PORTVERSION= 1.3.3p1 @@ -19,10 +15,8 @@ LIB_DEPENDS= osp.5:${PORTSDIR}/textproc/opensp RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr USE_GCC= any -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes -USES= gettext +USES= gettext gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${DATADIR} |