diff options
author | jlam <jlam> | 2004-11-15 15:22:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-15 15:22:34 +0000 |
commit | 0586fa7b7049b7bb751617657c66acc57ade51b1 (patch) | |
tree | 7da6ffabcf240572ee972814331f332330a1f2f5 /mail | |
parent | 3eaa12dd1b5d043184efc06e691d4c9e5e3b3262 (diff) | |
download | pkgsrc-0586fa7b7049b7bb751617657c66acc57ade51b1.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/cucipop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 0b3298a5ecf..fea30c85f21 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -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 @@ PKG_SUPPORTED_OPTIONS= db . 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 |