diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-12-17 21:04:41 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-12-17 21:04:41 +0000 |
commit | 2ca64324e233423b01cee6c204d5e467a8c7478d (patch) | |
tree | 0dc539328915a0dadd143d38498891c16a6595fd /net-im/gale/Makefile | |
parent | b86df1e063a2ae55a7e73f3e573c9930a84c22fa (diff) | |
download | ports-2ca64324e233423b01cee6c204d5e467a8c7478d.tar.gz ports-2ca64324e233423b01cee6c204d5e467a8c7478d.zip |
- Depend on shared GC library. This fixes breakage after the boehm-gc update.
Reported by: pav
Notes
Notes:
svn path=/head/; revision=246059
Diffstat (limited to 'net-im/gale/Makefile')
-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 |