diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-18 22:38:32 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-18 22:38:32 +0000 |
commit | 7710a67287b22cf0cf4de657f618fb40ce9004b7 (patch) | |
tree | 32136d27c812a003ef577d61ce8fd9f6b4a1c5d8 /databases | |
parent | FIx category for misc/pipebench. (diff) |
Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab
maintainership of ports while I'm here.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libdbi/Makefile | 6 |
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 |