aboutsummaryrefslogtreecommitdiffstats
path: root/databases/grass
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-01-04 23:53:39 +0800
committerseanc <seanc@FreeBSD.org>2003-01-04 23:53:39 +0800
commit7a4235bd87966a4520aa5d2fd21abe0a5207c0d6 (patch)
treefd0f8a3c3c97bdaf70a19f3c37d60eb594efca77 /databases/grass
parent880560345484112b8efb832f54fd47105704bc7e (diff)
downloadfreebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.gz
freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.zst
freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.zip
Chase libpq version bump.
Diffstat (limited to 'databases/grass')
-rw-r--r--databases/grass/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index db0e52ecfc18..46aa1cf4e113 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_src
MAINTAINER= reg@FreeBSD.org
+POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
@@ -23,7 +24,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
iconv.3:${PORTSDIR}/converters/libiconv \
freetype.9:${PORTSDIR}/print/freetype2 \
gdbm.3:${PORTSDIR}/databases/gdbm \
- pq.2:${PORTSDIR}/databases/postgresql7 \
+ pq.3:${PORTSDIR}/${POSTGRESQL_PORT} \
odbc.1:${PORTSDIR}/databases/unixODBC \
lapack.3:${PORTSDIR}/math/lapack
BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 \