diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 03:58:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 03:58:35 +0000 |
commit | 9904a4f9848c65a10eb5f7d2557362fef7c3f4f7 (patch) | |
tree | d4c306969ba09dd26851c70e45ec1ed9392ef50e /net/gale/Makefile | |
parent | Update this to version 4.13. (diff) |
Add back explicit dependency on rsaref since it doesn't build without it.
Notes
Notes:
svn path=/head/; revision=32962
Diffstat (limited to 'net/gale/Makefile')
-rw-r--r-- | net/gale/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |