diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
commit | 33915fc265aa96a6f8ef355401b4fd1d15adb450 (patch) | |
tree | ea00c8fab1c21df4de1457b459ebc89c6f9f1720 /net/sslh | |
parent | 6ab409bf8da652f1e7e058e7c0bafef722181c84 (diff) | |
download | ports-33915fc265aa96a6f8ef355401b4fd1d15adb450.tar.gz ports-33915fc265aa96a6f8ef355401b4fd1d15adb450.zip |
Notes
Diffstat (limited to 'net/sslh')
-rw-r--r-- | net/sslh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 4d97e4a9e906..e340e949d6fc 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -20,8 +20,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}b.tar.gz LIB_DEPENDS= config:${PORTSDIR}/devel/libconfig -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build OPTIONS_DEFINE= MANPAGES EXAMPLES OPTIONS_DEFAULT= MANPAGES EXAMPLES |