aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pike74
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2000-08-27 00:34:17 +0800
committerandreas <andreas@FreeBSD.org>2000-08-27 00:34:17 +0800
commitd7ff858c7c3076ccd351d888640f6b238e82ba98 (patch)
treefc24ea6f390eef39960c63f328cfed6f08b8b689 /lang/pike74
parent38cca324368a260bfbe569b93edd53920e06e06e (diff)
downloadfreebsd-ports-gnome-d7ff858c7c3076ccd351d888640f6b238e82ba98.tar.gz
freebsd-ports-gnome-d7ff858c7c3076ccd351d888640f6b238e82ba98.tar.zst
freebsd-ports-gnome-d7ff858c7c3076ccd351d888640f6b238e82ba98.zip
old postgresql port has been removed.
use postgresql7, which has proven stability now.
Diffstat (limited to 'lang/pike74')
-rw-r--r--lang/pike74/scripts/configure.pike2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pike74/scripts/configure.pike b/lang/pike74/scripts/configure.pike
index 343685570c1a..cca627c9cc9c 100644
--- a/lang/pike74/scripts/configure.pike
+++ b/lang/pike74/scripts/configure.pike
@@ -77,7 +77,7 @@ while [ "$1" ]; do
MySQL=1
;;
\"PostgreSQL\")
- echo "BUILD_DEPENDS+= \${PREFIX}/pgsql/bin/psql:\${PORTSDIR}/databases/postgresql" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
+ echo "BUILD_DEPENDS+= \${PREFIX}/pgsql/bin/psql:\${PORTSDIR}/databases/postgresql7" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
echo "CONFIGURE_ARGS+= --with-pgsql=\${PREFIX}/pgsql" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
PostgresSQL=1
;;