summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorrecht <recht>2004-07-24 22:45:14 +0000
committerrecht <recht>2004-07-24 22:45:14 +0000
commitf49f20fba9ec34014bca113881c7746d144b105c (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /mail/postfix-current
parentc99a1378b927547b6b79e4da96784fddbbbeb2d8 (diff)
downloadpkgsrc-f49f20fba9ec34014bca113881c7746d144b105c.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 626df4348f0..a4951caad9b 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/07/21 23:30:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.35 2004/07/24 22:45:15 recht Exp $
DISTNAME= postfix-2.2-20040628
CATEGORIES= mail
@@ -98,14 +98,14 @@ AUXLIBS+= -L${BUILDLINK_PREFIX.mysql-client}/lib/mysql \
.endif
## .if defined(POSTFIX_USE_PGSQL) && ${POSTFIX_USE_PGSQL} == "YES"
-## . include "../../databases/postgresql-lib/buildlink3.mk"
+## . include "../../mk/pgsql.buildlink3.mk"
## . include "../../security/openssl/buildlink3.mk"
## PATCHFILES+= postfix-pg.postfix-2.0.0.2.patch
## PATCH_SITES+= http://www.mat.cc/postfix/
## PATCH_DIST_STRIP= -p1
##
-## CCARGS+= -DHAS_PGSQL -I${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql
-## AUXLIBS+= -L${BUILDLINK_PREFIX.postgresql-lib}/lib -lpq \
+## CCARGS+= -DHAS_PGSQL -I${PGSQL_PREFIX}/include/pgsql
+## AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \
## -L${BUILDLINK_PREFIX.openssl}/lib -lcrypt
## .endif