summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorrecht <recht>2004-07-24 22:45:14 +0000
committerrecht <recht>2004-07-24 22:45:14 +0000
commit6dba7134d2d72854734da5e00a30e8096b8ebddd (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /mail/postfix
parent6472d754246fb309de49aa32e601f17fdb8e67b8 (diff)
downloadpkgsrc-6dba7134d2d72854734da5e00a30e8096b8ebddd.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile.options8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix/Makefile.options b/mail/postfix/Makefile.options
index b7efb2bb0db..a871cc437de 100644
--- a/mail/postfix/Makefile.options
+++ b/mail/postfix/Makefile.options
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.3 2004/07/23 15:00:29 jlam Exp $
+# $NetBSD: Makefile.options,v 1.4 2004/07/24 22:45:15 recht Exp $
#
# POSTFIX_ALL_OPTIONS lists all of the currently-supported optional modules
# that may be built into Postfix.
@@ -89,14 +89,14 @@ AUXLIBS+= -L${BUILDLINK_PREFIX.mysql-client}/lib/mysql \
## ### Support using a PostgreSQL database server for table lookups.
## ###
## .if !empty(_POSTFIX_OPTIONS:Mpgsql)
-## . 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