pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam Use mk/pgsql.buildlink3.mk for choosing the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29f1acf14fba
branches:  trunk
changeset: 478507:29f1acf14fba
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Jul 24 23:06:56 2004 +0000

description:
Use mk/pgsql.buildlink3.mk for choosing the PostgreSQL version to be used.

diffstat:

 mail/dspam/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 364c437e9874 -r 29f1acf14fba mail/dspam/Makefile
--- a/mail/dspam/Makefile       Sat Jul 24 23:00:04 2004 +0000
+++ b/mail/dspam/Makefile       Sat Jul 24 23:06:56 2004 +0000
@@ -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+=       \
        --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



Home | Main Index | Thread Index | Old Index