diff options
author | hrs <hrs@FreeBSD.org> | 2004-09-03 18:13:14 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-09-03 18:13:14 +0800 |
commit | b166c038fbffae49d8b000263f2abeaa2fce8913 (patch) | |
tree | ddbd61d252a02294c5ba7a8d18fd1eca7013ddd7 /textproc/docproj | |
parent | a3771d3250b3f1ca3ff0836bc7408c6858f695e7 (diff) | |
download | freebsd-ports-gnome-b166c038fbffae49d8b000263f2abeaa2fce8913.tar.gz freebsd-ports-gnome-b166c038fbffae49d8b000263f2abeaa2fce8913.tar.zst freebsd-ports-gnome-b166c038fbffae49d8b000263f2abeaa2fce8913.zip |
Add USE_PERL5_RUN explicitly.
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 89b0bfe268cd..e43385cdaaf6 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -59,6 +59,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Di NO_BUILD= yes USE_GHOSTSCRIPT= yes +USE_PERL5_RUN= yes PLIST_FILES= #empty WITHOUT_X11= yes |