diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-30 06:36:44 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-30 06:36:44 +0000 |
commit | d022e832aa0ecbcb1ee2303552e2db79bb6fa3cd (patch) | |
tree | 1ccf041d14d1f11afd85c4740dc63bbe65bd91f2 /net/netatalk-devel | |
parent | d7e0bfa0bcf53709be7e4c42b819e994253f4089 (diff) | |
download | FreeBSD-ports-d022e832aa0ecbcb1ee2303552e2db79bb6fa3cd.zip FreeBSD-ports-d022e832aa0ecbcb1ee2303552e2db79bb6fa3cd.tar.gz |
Add USE_PERL5. Some of the contributed scripts (such as macusers and the
CNID maintenance script) require Perl.
Diffstat (limited to 'net/netatalk-devel')
-rw-r--r-- | net/netatalk-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index 8fe36ed..9bbf43f 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/Makefile @@ -60,6 +60,7 @@ PLIST_SUB+= NETATALKCNID="@comment " .endif GNU_CONFIGURE= yes USE_GMAKE= yes +USE_PERL5= yes FILES= AppleVolumes.default AppleVolumes.system afpd.conf \ atalkd.conf papd.conf LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ |