summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-08-30 10:25:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-08-30 10:25:14 +0000
commitbe28d48cb728f4bf3760e71e71c12877a148b440 (patch)
treef1f586801e648479d630bd7689010b3114b69f6b /net
parentUSE_XORG: add ice, sm, xft, xinerama and xrandr, which I missed on the last u... (diff)
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk. Hat: portmgr
Notes
Notes: svn path=/head/; revision=240559
Diffstat (limited to 'net')
-rw-r--r--net/prosearch/Makefile1
-rw-r--r--net/silc-client/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile
index e9a3a13247c2..a44690cc6ff4 100644
--- a/net/prosearch/Makefile
+++ b/net/prosearch/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= proler@gmail.com
COMMENT= Powerful file search
USE_BZIP2= yes
+WANT_PERL= yes
SUB_FILES= pkg-message
SUB_LIST= SEARCHDIR=${SEARCHDIR}
NO_BUILD= yes
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 \