diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 02:17:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-21 02:17:49 +0000 |
commit | a52ee364a98ded8249498ae8b48410e34b0c0233 (patch) | |
tree | d1d93c6174f03d2ae893983d90253f620e7c4f53 /net-mgmt/p5-JUNOScript | |
parent | cb109492b26568b1c27cdf05217b3dda037aa81e (diff) | |
download | ports-a52ee364a98ded8249498ae8b48410e34b0c0233.tar.gz ports-a52ee364a98ded8249498ae8b48410e34b0c0233.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-JUNOScript')
-rw-r--r-- | net-mgmt/p5-JUNOScript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-JUNOScript/Makefile b/net-mgmt/p5-JUNOScript/Makefile index 03fda7859e2e..424807c39074 100644 --- a/net-mgmt/p5-JUNOScript/Makefile +++ b/net-mgmt/p5-JUNOScript/Makefile @@ -7,6 +7,7 @@ PORTNAME= JUNOScript PORTVERSION= 5.3R2.4 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://e.wheel.dk/~jesper/ @@ -17,7 +18,7 @@ DISTNAME= junoscript-perl-${PORTVERSION}-domestic MAINTAINER= jesper@FreeBSD.org PERL_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 \ +LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 \ xml2:${PORTSDIR}/textproc/libxml2 \ xslt:${PORTSDIR}/textproc/libxslt BUILD_DEPENDS= ${PERL_BASE}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ |