diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-13 16:26:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-13 16:26:20 +0000 |
commit | 133377b4429d216426405da28a6a14384c0cd9e8 (patch) | |
tree | e1c61454ef307e7f7566e4817fd4dbedb9318133 | |
parent | b337a77e7ece847c149c74b5affcd7d948880449 (diff) | |
download | ports-133377b4429d216426405da28a6a14384c0cd9e8.tar.gz ports-133377b4429d216426405da28a6a14384c0cd9e8.zip |
Notes
-rw-r--r-- | databases/libgda2/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 7e36bb5c6c94..385866a207ca 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -95,7 +95,7 @@ PLIST_SUB+= POSTGRES:="" .if !defined(WITHOUT_POSTGRES72) && defined(WITH_POSTGRES72) POSTGRESQL_PORT?= databases/postgresql72 -LIB_DEPENDS+= pqeasy.2:${PORTSDIR}/${POSTGRESQL_PORT} +LIB_DEPENDS+= pgeasy.2:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} PLIST_SUB+= POSTGRES:="" .endif diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 7e36bb5c6c94..385866a207ca 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -95,7 +95,7 @@ PLIST_SUB+= POSTGRES:="" .if !defined(WITHOUT_POSTGRES72) && defined(WITH_POSTGRES72) POSTGRESQL_PORT?= databases/postgresql72 -LIB_DEPENDS+= pqeasy.2:${PORTSDIR}/${POSTGRESQL_PORT} +LIB_DEPENDS+= pgeasy.2:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} PLIST_SUB+= POSTGRES:="" .endif |