diff options
-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 |