summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-02-06 22:28:00 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-02-06 22:28:00 +0000
commit4dc0a9162da8965663e530da8a8c9099cfb28e8c (patch)
treedfd66e48b6ab7949a7a91bce0d3747ef6f5896d2 /www
parent480809e4bdcdc0001a7d709c98e3a46b8d5edd39 (diff)
downloadfreebsd-ports-4dc0a9162da8965663e530da8a8c9099cfb28e8c.zip
Add YP support.
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 8f895b9a40b6..58933f3451ae 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -28,6 +28,7 @@ SNMP "SNMP support" OFF \
XML "XML support" OFF \
FTP "File Transfer Protocol support" OFF \
gettext "gettext library support" OFF \
+YP "YP/NIS support" OFF \
2> /tmp/checklist.tmp.$$
retval=$?
@@ -149,6 +150,9 @@ while [ "$1" ]; do
echo "LIB_DEPENDS+= intl.1:\${PORTSDIR}/devel/gettext"
echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}"
;;
+ \"YP\")
+ echo "CONFIGURE_ARGS+=--with-yp"
+ ;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc