diff options
author | kris <kris@FreeBSD.org> | 2000-09-22 03:58:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-22 03:58:35 +0000 |
commit | b037528bed09b2b7ffab596ed25dc5992ed7e43b (patch) | |
tree | 6db777d20f14e6ac1aeaba7ee2013a2f5432e51f /net-im/gale | |
parent | 30623da37daf2198b505904f090a905a128c6845 (diff) | |
download | FreeBSD-ports-b037528bed09b2b7ffab596ed25dc5992ed7e43b.zip FreeBSD-ports-b037528bed09b2b7ffab596ed25dc5992ed7e43b.tar.gz |
Add back explicit dependency on rsaref since it doesn't build without it.
Diffstat (limited to 'net-im/gale')
-rw-r--r-- | net-im/gale/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index 3625511..091a68e 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -14,6 +14,7 @@ MAINTAINER= peterh@sapros.com BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww +LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref GNU_CONFIGURE= yes |