diff options
author | kris <kris@FreeBSD.org> | 2004-05-04 18:13:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-04 18:13:55 +0800 |
commit | a02b2f7347d418fc556bff11c2ad7405161b2f39 (patch) | |
tree | 836d677d82a435a38af367a403b0be5b23027a68 /ftp | |
parent | 61e22a9cd7bfd54bb5eabf3f831da3a290e07648 (diff) | |
download | freebsd-ports-gnome-a02b2f7347d418fc556bff11c2ad7405161b2f39.tar.gz freebsd-ports-gnome-a02b2f7347d418fc556bff11c2ad7405161b2f39.tar.zst freebsd-ports-gnome-a02b2f7347d418fc556bff11c2ad7405161b2f39.zip |
Add missing USE_PERL
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/profxp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index 42906ddccd0f..1db776707c68 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -27,6 +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 PERL_SITELIBDIR= ${SITE_PERL} WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes |