diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-30 18:25:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-30 18:25:14 +0800 |
commit | d2abd8bdebe0b5ead8a3b51ea102ede47113b766 (patch) | |
tree | 6ea8d4be971c9fcf33a1151b2d863b0274704ef6 /net/silc-client | |
parent | a3697d9fbd4f15283d8bae4092ca4df61afb3454 (diff) | |
download | freebsd-ports-gnome-d2abd8bdebe0b5ead8a3b51ea102ede47113b766.tar.gz freebsd-ports-gnome-d2abd8bdebe0b5ead8a3b51ea102ede47113b766.tar.zst freebsd-ports-gnome-d2abd8bdebe0b5ead8a3b51ea102ede47113b766.zip |
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'net/silc-client')
-rw-r--r-- | net/silc-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index c2b741c2f284..54553ccdcf41 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -37,6 +37,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --without-libtoolfix +WANT_PERL= yes OPTIONS= PTHREADS "Enable pthreads support" off \ IPV6 "Enable IPv6 support" on \ |