diff options
author | mharo <mharo@FreeBSD.org> | 2004-04-20 05:57:55 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-04-20 05:57:55 +0800 |
commit | 1dae24e471e4d950e084226c12570b23fd3028cf (patch) | |
tree | ad1013f24ed8a6263bf45b5e6063758548e7bfc1 /ftp | |
parent | e2ca71d39aac9e2a2fba82a9d3a3bbe21c6e8f3e (diff) | |
download | freebsd-ports-gnome-1dae24e471e4d950e084226c12570b23fd3028cf.tar.gz freebsd-ports-gnome-1dae24e471e4d950e084226c12570b23fd3028cf.tar.zst freebsd-ports-gnome-1dae24e471e4d950e084226c12570b23fd3028cf.zip |
WITH_POSTGRES -> WITH_POSTGRESQL
PR: 62557
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 2 | ||||
-rw-r--r-- | 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 |