diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
commit | 7b488295120bfec78abcdd29c219fd0995676c04 (patch) | |
tree | 24fccee7f220d354bab8169352f38ae33d6ecb56 /www/mod_php3 | |
parent | bfb9f8e6c93b2c638014779f1429d726c35e4e69 (diff) | |
download | ports-7b488295120bfec78abcdd29c219fd0995676c04.tar.gz ports-7b488295120bfec78abcdd29c219fd0995676c04.zip |
Notes
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 1 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 51375fc6d365..179bcb76f2bd 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -7,6 +7,7 @@ PORTNAME?= mod_php3 PORTVERSION= 3.0.18 +PORTREVISION= 1 CATEGORIES?= www MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \ http://us.php.net/${PHP_DISTDIR}/ \ diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 5e7cad763a09..585b67f5d559 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -105,8 +105,8 @@ while [ "$1" ]; do ;; \"PostgreSQL\") echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}/pgsql" - if /usr/bin/ldd ${PREFIX}/pgsql/bin/postgres | /usr/bin/grep -q "libssl"; then + echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}" + if /usr/bin/ldd ${PREFIX}/bin/postgres | /usr/bin/grep -q "libssl"; then LIBS="-lcrypto -lssl" fi ;; |