diff options
author | kris <kris@FreeBSD.org> | 2000-09-22 11:58:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-22 11:58:35 +0800 |
commit | b037528bed09b2b7ffab596ed25dc5992ed7e43b (patch) | |
tree | 6db777d20f14e6ac1aeaba7ee2013a2f5432e51f /net-im | |
parent | 30623da37daf2198b505904f090a905a128c6845 (diff) | |
download | freebsd-ports-gnome-b037528bed09b2b7ffab596ed25dc5992ed7e43b.tar.gz freebsd-ports-gnome-b037528bed09b2b7ffab596ed25dc5992ed7e43b.tar.zst freebsd-ports-gnome-b037528bed09b2b7ffab596ed25dc5992ed7e43b.zip |
Add back explicit dependency on rsaref since it doesn't build without it.
Diffstat (limited to 'net-im')
-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 36255112a44a..091a68e92bad 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 |