pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/cucipop Refer to the Berkeley DB libraries using ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7a25ea722ad
branches:  trunk
changeset: 483592:f7a25ea722ad
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Nov 15 15:22:34 2004 +0000

description:
Refer to the Berkeley DB libraries using ${BDB_TYPE} instead of db2.
This has no effect, but makes maintenance easier if we ever add to
BDB_ACCEPTED in this Makefile.

diffstat:

 mail/cucipop/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18cfc19140f3 -r f7a25ea722ad mail/cucipop/Makefile
--- a/mail/cucipop/Makefile     Mon Nov 15 15:13:12 2004 +0000
+++ b/mail/cucipop/Makefile     Mon Nov 15 15:22:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/11/15 15:13:12 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/11/15 15:22:34 jlam Exp $
 #
 
 DISTNAME=      cucipop-1.31
@@ -36,7 +36,7 @@
 .  include "../../mk/bdb.buildlink3.mk"
 BDB_ACCEPTED=  db2
 CFLAGS+=       -DUSE_DB
-MAKE_ENV+=     LIBS=${BUILDLINK_LIBS.bdb}
+MAKE_ENV+=     LIBS=${BUILDLINK_LIBS.${BDB_TYPE}}
 .endif
 
 # to be friendly with pre-1.5 systems



Home | Main Index | Thread Index | Old Index