From 979d7070703c96a69114c3f73cd5afad213b2c5e Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Mon, 19 Apr 2004 21:57:55 +0000 Subject: [PATCH] WITH_POSTGRES -> WITH_POSTGRESQL PR: 62557 Submitted by: Ulrich Spoerlein --- ftp/proftpd-devel/Makefile | 2 +- ftp/proftpd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index b5063e22bc97..e5ce552206a4 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -92,7 +92,7 @@ INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include LIBDIRS:=${LIBDIRS}:${PREFIX}/lib/mysql .endif -.if defined(WITH_POSTGRES) +.if defined(WITH_POSTGRESQL) POSTGRESQL_PORT?= databases/postgresql7 LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} MODULES:=${MODULES}:mod_sql:mod_sql_postgres diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index b5063e22bc97..e5ce552206a4 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -92,7 +92,7 @@ INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include LIBDIRS:=${LIBDIRS}:${PREFIX}/lib/mysql .endif -.if defined(WITH_POSTGRES) +.if defined(WITH_POSTGRESQL) POSTGRESQL_PORT?= databases/postgresql7 LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} MODULES:=${MODULES}:mod_sql:mod_sql_postgres