diff options
author | sergei <sergei@FreeBSD.org> | 2006-09-20 20:08:13 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2006-09-20 20:08:13 +0800 |
commit | f6263ac3c386280f3121d511f2c62ff31de4bc9b (patch) | |
tree | fede8abb15a735d540d0ad94083f4f4bf6c0c66c | |
parent | 7d10d1fc70f3ba619f74d8d5b36e739115d57483 (diff) | |
download | freebsd-ports-gnome-f6263ac3c386280f3121d511f2c62ff31de4bc9b.tar.gz freebsd-ports-gnome-f6263ac3c386280f3121d511f2c62ff31de4bc9b.tar.zst freebsd-ports-gnome-f6263ac3c386280f3121d511f2c62ff31de4bc9b.zip |
- 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
-rw-r--r-- | mail/qmail-qfilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |