diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-15 15:22:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-15 15:22:34 +0000 |
commit | f8c1e08c166053b4b70a28f9358e8eda5eba19de (patch) | |
tree | 7da6ffabcf240572ee972814331f332330a1f2f5 /mail/cucipop | |
parent | e56645dafa449e13412257e624cce60385eabcd8 (diff) | |
download | pkgsrc-f8c1e08c166053b4b70a28f9358e8eda5eba19de.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/cucipop')
-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 |