diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-04-19 21:57:55 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-04-19 21:57:55 +0000 |
commit | 979d7070703c96a69114c3f73cd5afad213b2c5e (patch) | |
tree | ce2bb4491a4d8857a304f1c9a7e42593c0c57ebd /ftp/proftpd-devel | |
parent | 5e6ec8244dedc44a9595a8ff3580d6250747bf32 (diff) |
Notes
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |