diff options
author | will <will@FreeBSD.org> | 2000-12-21 06:24:32 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-21 06:24:32 +0000 |
commit | bb8b04bc525f19966775cf3aa40cae1c3668adaa (patch) | |
tree | 89b79d5b90e7c22bab79ed1df93cba5da66259a4 /net/gale/Makefile | |
parent | 063f846cfe32a9b925b055ed2a348275f02eabfb (diff) | |
download | FreeBSD-ports-bb8b04bc525f19966775cf3aa40cae1c3668adaa.zip FreeBSD-ports-bb8b04bc525f19966775cf3aa40cae1c3668adaa.tar.gz |
Update to use ADNS. Bump PORTREVISION.
PR: 21720
Submitted by: Peter Sapros <peterh@sapros.com>
Diffstat (limited to 'net/gale/Makefile')
-rw-r--r-- | net/gale/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/gale/Makefile b/net/gale/Makefile index 5d47b75..d976a12 100644 --- a/net/gale/Makefile +++ b/net/gale/Makefile @@ -7,14 +7,16 @@ PORTNAME= gale PORTVERSION= 0.99a +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.gale.org/ 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 +LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ + adns.1:${PORTSDIR}/net/adns \ + rsaref.2:${PORTSDIR}/security/rsaref GNU_CONFIGURE= yes |