diff options
author | az <az@FreeBSD.org> | 2013-09-18 14:38:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-18 14:38:09 +0800 |
commit | 7aae2e0e98514972796c63725f2f036014f22524 (patch) | |
tree | dc78c4e11cc3181f73d69bf2a0c32a67d5e3ded1 /net | |
parent | 36aa04f8a12b14769f12588005e2732a4399bc3b (diff) | |
download | freebsd-ports-gnome-7aae2e0e98514972796c63725f2f036014f22524.tar.gz freebsd-ports-gnome-7aae2e0e98514972796c63725f2f036014f22524.tar.zst freebsd-ports-gnome-7aae2e0e98514972796c63725f2f036014f22524.zip |
- Calling pod2man from extract stage require perl
With hat: perl@
Diffstat (limited to 'net')
-rw-r--r-- | net/shelldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/shelldap/Makefile b/net/shelldap/Makefile index 6abd0e0b59d2..3e956cf8fbc8 100644 --- a/net/shelldap/Makefile +++ b/net/shelldap/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck USES= perl5 - +USE_PERL5= extract build run MAN1= shelldap.1 PLIST_FILES= bin/shelldap |