From 3f8ff9b4a93bf9c79ce84db71b56c47c28ceeb6c Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Wed, 20 Sep 2006 12:08:13 +0000 Subject: [PATCH] - This port links against devel/bglibs which is now a shared library, thus turn BUILD_DEPENDS into LIB_DEPENDS as bglibs are now required not only at build time, but at run-time as well - Bump PORTREVISION Prompted by: oliver --- mail/qmail-qfilter/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/qmail-qfilter/Makefile b/mail/qmail-qfilter/Makefile index 1d86a997262f..d4b27fe8b9fa 100644 --- a/mail/qmail-qfilter/Makefile +++ b/mail/qmail-qfilter/Makefile @@ -7,13 +7,14 @@ PORTNAME= qmail-qfilter PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= sergei@FreeBSD.org COMMENT= Front-end for qmail-queue to run messages through filters -BUILD_DEPENDS= ${BGLIBS_LIB}/libbg.a:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= bg-sysdeps.1:${PORTSDIR}/devel/bglibs USE_GPG= yes SIG_SUFFIX= .sig