diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 10:25:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 10:25:14 +0000 |
commit | be28d48cb728f4bf3760e71e71c12877a148b440 (patch) | |
tree | f1f586801e648479d630bd7689010b3114b69f6b /net/silc-client | |
parent | c956eb0cbc5253a534b3b5b9afe55d8bace7afd7 (diff) |
Notes
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 \ |