diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /textproc/xmlprpr | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'textproc/xmlprpr')
-rw-r--r-- | textproc/xmlprpr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlprpr/Makefile b/textproc/xmlprpr/Makefile index 360b55aabde2..3cc4dd5ad82c 100644 --- a/textproc/xmlprpr/Makefile +++ b/textproc/xmlprpr/Makefile @@ -12,8 +12,7 @@ DISTFILES= xmlpp.pl MAINTAINER= ports@FreeBSD.org COMMENT= An XML pretty printer -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 NO_WRKSUBDIR= yes NO_BUILD= yes |