diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-19 06:38:32 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-19 06:38:32 +0800 |
commit | 8149f5d55c827a1739d7063d74da3053d368b540 (patch) | |
tree | 59a275a44ab2c5e832b4eec44a80db2250223b38 /databases/libdbi | |
parent | 1e81f763b34ae00cb737b0c882d8a45589de1046 (diff) | |
download | freebsd-ports-graphics-8149f5d55c827a1739d7063d74da3053d368b540.tar.gz freebsd-ports-graphics-8149f5d55c827a1739d7063d74da3053d368b540.tar.zst freebsd-ports-graphics-8149f5d55c827a1739d7063d74da3053d368b540.zip |
Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab
maintainership of ports while I'm here.
Diffstat (limited to 'databases/libdbi')
-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 6b5f4075162..fb583e8bee8 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 |