diff options
author | stas <stas@FreeBSD.org> | 2009-12-18 05:04:41 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-12-18 05:04:41 +0800 |
commit | 8949f109420a8941453beec755e6a9284da1dcd1 (patch) | |
tree | 0d6e611da2ba3456433348fec36edaee97bc6a03 /net-im/gale | |
parent | cdb1e0044244d203c1d3242cfd7a3445c8241f97 (diff) | |
download | freebsd-ports-gnome-8949f109420a8941453beec755e6a9284da1dcd1.tar.gz freebsd-ports-gnome-8949f109420a8941453beec755e6a9284da1dcd1.tar.zst freebsd-ports-gnome-8949f109420a8941453beec755e6a9284da1dcd1.zip |
- Depend on shared GC library. This fixes breakage after the boehm-gc update.
Reported by: pav
Diffstat (limited to 'net-im/gale')
-rw-r--r-- | net-im/gale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index ebf6a4ad0e59..46d0e3f63e49 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}ruit MAINTAINER= jason-fbsd-ports-gale@shalott.net COMMENT= A secure instant messaging system -BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc -LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ +LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \ + wwwcore.1:${PORTSDIR}/www/libwww \ adns.1:${PORTSDIR}/dns/adns USE_ICONV= yes |