From 904ef1d5bf3bbcbcb69b6763d2a24adfe3d27724 Mon Sep 17 00:00:00 2001 From: sergei Date: Wed, 9 Aug 2006 12:08:12 +0000 Subject: - Update to 0.98.1 - Require newer bglibs (>=1.100) and cvm (>=0.81) --- mail/mailfront/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/mailfront/Makefile') diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index 11e5fb34954b..ad7d71b25a4e 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mailfront -PORTVERSION= 0.98 +PORTVERSION= 0.98.1 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ ${MASTER_SITE_LOCAL} @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= sergei MAINTAINER= sergei@FreeBSD.org COMMENT= Mail server network protocol front-ends -BUILD_DEPENDS= ${BGLIBS_LIB}/libbg.a:${PORTSDIR}/devel/bglibs \ - ${CVM_LIB}/libcvm-v2client.a:${PORTSDIR}/security/cvm +BUILD_DEPENDS= bglibs>=1.100:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm WANT_QMAIL= yes USE_GPG= yes -- cgit