aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2002-03-14 04:18:22 +0800
committerdemon <demon@FreeBSD.org>2002-03-14 04:18:22 +0800
commit0da02649a1796c458a1e10f7c03dd3220cd5dd06 (patch)
treea95710f9f7f810c86c1bcbd2f1a385fb13a6dbbb /www/mod_php4
parent46f72e5d2459db00676e567033fce3f149553079 (diff)
downloadfreebsd-ports-graphics-0da02649a1796c458a1e10f7c03dd3220cd5dd06.tar.gz
freebsd-ports-graphics-0da02649a1796c458a1e10f7c03dd3220cd5dd06.tar.zst
freebsd-ports-graphics-0da02649a1796c458a1e10f7c03dd3220cd5dd06.zip
Add YAZ support (optional, off by default).
MAINTAINER timeout.
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 98c34a56224..cb0375a9796 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -53,6 +53,7 @@ sockets "sockets support" OFF \
sysvsem "System V semaphore support" OFF \
sysvshm "System V shared memory support" OFF \
transsid "Transparent session id" OFF \
+yaz "YAZ support (ANSI/NISO Z39.50)" OFF \
2> $tempfile
retval=$?
@@ -297,6 +298,10 @@ EOF
\"transsid\")
echo "CONFIGURE_ARGS+=--enable-trans-sid"
;;
+ \"yaz\")
+ echo "LIB_DEPENDS+= yaz.1:\${PORTSDIR}/net/yaz"
+ echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin"
+ ;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc