diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-30 14:36:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-30 14:36:44 +0800 |
commit | d022e832aa0ecbcb1ee2303552e2db79bb6fa3cd (patch) | |
tree | 1ccf041d14d1f11afd85c4740dc63bbe65bd91f2 /net/netatalk | |
parent | d7e0bfa0bcf53709be7e4c42b819e994253f4089 (diff) | |
download | freebsd-ports-gnome-d022e832aa0ecbcb1ee2303552e2db79bb6fa3cd.tar.gz freebsd-ports-gnome-d022e832aa0ecbcb1ee2303552e2db79bb6fa3cd.tar.zst freebsd-ports-gnome-d022e832aa0ecbcb1ee2303552e2db79bb6fa3cd.zip |
Add USE_PERL5. Some of the contributed scripts (such as macusers and the
CNID maintenance script) require Perl.
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 8fe36edf9e11..9bbf43f4ad45 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/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 \ |