From 8989ca0d60f79e6227ed2eed812d1ebaf48bc3f0 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 15 Nov 2004 15:22:34 +0000 Subject: 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. --- mail/cucipop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/cucipop') 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 -- cgit v1.2.3