aboutsummaryrefslogtreecommitdiff
path: root/databases/libdbi
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-18 22:38:32 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-18 22:38:32 +0000
commit7710a67287b22cf0cf4de657f618fb40ce9004b7 (patch)
tree32136d27c812a003ef577d61ce8fd9f6b4a1c5d8 /databases/libdbi
parentef5bbfd2b8c2edeeccc1f32f060f460b2ee8f07f (diff)
downloadports-7710a67287b22cf0cf4de657f618fb40ce9004b7.tar.gz
ports-7710a67287b22cf0cf4de657f618fb40ce9004b7.zip
Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab
maintainership of ports while I'm here.
Notes
Notes: svn path=/head/; revision=73439
Diffstat (limited to 'databases/libdbi')
-rw-r--r--databases/libdbi/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile
index 6b5f40751623..fb583e8bee85 100644
--- a/databases/libdbi/Makefile
+++ b/databases/libdbi/Makefile
@@ -8,12 +8,13 @@
PORTNAME= libdbi
PORTVERSION= 0.6.7
+PORTREVISION= 1
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://linux.ucla.edu/~dap24/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= seanc@FreeBSD.org
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
@@ -29,7 +30,8 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_PGSQL)
-LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
+POSTGRESQL_PORT?= databases/postgresql7
+LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+= --with-pgsql
PLIST_SUB+= PGSQL=""
.else