aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-22 03:58:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-22 03:58:35 +0000
commit9904a4f9848c65a10eb5f7d2557362fef7c3f4f7 (patch)
treed4c306969ba09dd26851c70e45ec1ed9392ef50e
parent67fd4f900618ad4d133fe238021a56f70822fb8a (diff)
downloadports-9904a4f9848c65a10eb5f7d2557362fef7c3f4f7.tar.gz
ports-9904a4f9848c65a10eb5f7d2557362fef7c3f4f7.zip
Add back explicit dependency on rsaref since it doesn't build without it.
Notes
Notes: svn path=/head/; revision=32962
-rw-r--r--net-im/gale/Makefile1
-rw-r--r--net/gale/Makefile1
2 files changed, 2 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
diff --git a/net/gale/Makefile b/net/gale/Makefile
index 36255112a44a..091a68e92bad 100644
--- a/net/gale/Makefile
+++ b/net/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