diff options
author | sergei <sergei@FreeBSD.org> | 2004-03-16 05:50:56 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-03-16 05:50:56 +0800 |
commit | d5ee9eb8f0dfe80e97166505c82ba29e854ab611 (patch) | |
tree | c95223171dc08c86a3e648ea51fb426f45a0f5e2 | |
parent | 8268c2913e3850ce47d04f285124f9c199d21f23 (diff) | |
download | freebsd-ports-gnome-d5ee9eb8f0dfe80e97166505c82ba29e854ab611.tar.gz freebsd-ports-gnome-d5ee9eb8f0dfe80e97166505c82ba29e854ab611.tar.zst freebsd-ports-gnome-d5ee9eb8f0dfe80e97166505c82ba29e854ab611.zip |
- Change BUILD_DEPENDS to ${LOCALBASE}/lib/libbg.a for better
detection of recent (>1.015) vs. older versions of bglibs.
No PORTREVISION bump.
-rw-r--r-- | mail/mailfront/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |