diff options
Diffstat (limited to 'www/mod_php5/scripts/configure.php')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 98c34a5..cb0375a 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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 |