summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 23:06:56 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 23:06:56 +0000
commit6078f1509c5e28564188c1d671e2d9798dc35772 (patch)
tree30df661b7b7dfbf48d2e35a6b0c38c6300520c90 /mail
parent472cc8c1a467f37cb242af74bf4ab9f4f86c01db (diff)
downloadpkgsrc-6078f1509c5e28564188c1d671e2d9798dc35772.tar.gz
Use mk/pgsql.buildlink3.mk for choosing the PostgreSQL version to be used.
Diffstat (limited to 'mail')
-rw-r--r--mail/dspam/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 47842d62755..368f4237931 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/07 15:18:34 recht Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/24 23:06:56 recht Exp $
#
DISTNAME= dspam-3.0.0
@@ -109,12 +109,12 @@ CONFIGURE_ARGS+= \
CONFIGURE_ARGS+= \
--with-mysql-libraries=${BUILDLINK_PREFIX.mysql-client}/lib
.elif !empty(DSPAM_STORAGE_DRIVER:Mpgsql)
-. include "../../databases/postgresql74-lib/buildlink3.mk"
+. include "../../mk/pgsql.buildlink3.mk"
CONFIGURE_ARGS+= --with-storage-driver=pgsql_drv
CONFIGURE_ARGS+= \
- --with-pgsql-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
+ --with-pgsql-includes=${PGSQL_PREFIX}/include/postgresql
CONFIGURE_ARGS+= \
- --with-pgsql-libraries=${BUILDLINK_PREFIX.postgresql-lib}/lib
+ --with-pgsql-libraries=${PGSQL_PREFIX}/lib
.elif !empty(DSPAM_STORAGE_DRIVER:M${BDB_TYPE})
CONFIGURE_ARGS+= --with-storage-driver=lib${BDB_TYPE}_drv
.endif