From d5ee9eb8f0dfe80e97166505c82ba29e854ab611 Mon Sep 17 00:00:00 2001 From: sergei Date: Mon, 15 Mar 2004 21:50:56 +0000 Subject: - Change BUILD_DEPENDS to ${LOCALBASE}/lib/libbg.a for better detection of recent (>1.015) vs. older versions of bglibs. No PORTREVISION bump. --- mail/mailfront/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index 71eb8fc892e5..144bd461d703 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= sergei@FreeBSD.org COMMENT= Mail server network protocol front-ends -BUILD_DEPENDS= ${LOCALBASE}/lib/libbg-unix.a:${PORTSDIR}/devel/bglibs \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libbg.a:${PORTSDIR}/devel/bglibs \ ${LOCALBASE}/lib/libcvm-client.a:${PORTSDIR}/security/cvm QMAIL_ROOT?= /var/qmail -- cgit