diff options
author | kris <kris@FreeBSD.org> | 2004-05-18 08:55:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-18 08:55:37 +0800 |
commit | 4496d8e0833c9b03c586eff216e1baa5a229dd24 (patch) | |
tree | 13b3f2679b0027c3a572fbe69464a1fac8edaf6d /ftp/profxp | |
parent | 953978dd71fe106297e721d14d2c1f933a1d5254 (diff) | |
download | freebsd-ports-gnome-4496d8e0833c9b03c586eff216e1baa5a229dd24.tar.gz freebsd-ports-gnome-4496d8e0833c9b03c586eff216e1baa5a229dd24.tar.zst freebsd-ports-gnome-4496d8e0833c9b03c586eff216e1baa5a229dd24.zip |
s/USE_PERL/USE_PERL5/
Diffstat (limited to 'ftp/profxp')
-rw-r--r-- | ftp/profxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index 1db776707c68..d9f1a8156bb2 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5- RUN_DEPENDS+= ${PERL_SITELIBDIR}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor .endif -USE_PERL= yes +USE_PERL5= yes PERL_SITELIBDIR= ${SITE_PERL} WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes |