diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-07 21:51:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-07 21:51:13 +0000 |
commit | 2926ccd9e637bafff0c35a6e9dbf37795151e5a5 (patch) | |
tree | c98a26939471146d2fd68a473c91eb10b255568f /dns/gresolver | |
parent | Fix INDEX build. (diff) |
[MAINTAINER] dns/nsd: update to 2.2.0
- Update to 2.2.0
With this release nsd no longer requires named-xfer to be
present on the system.
I also changed the options to a configure script.
Added file(s):
- scripts/configure.nsd
PR: ports/76412
Submitted by: Olafur Osvaldsson <oli@isnic.is>
Notes
Notes:
svn path=/head/; revision=128246
Diffstat (limited to 'dns/gresolver')
-rw-r--r-- | dns/gresolver/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/gresolver/Makefile b/dns/gresolver/Makefile index 5b951bb99255..aabb1889f429 100644 --- a/dns/gresolver/Makefile +++ b/dns/gresolver/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://jodrell.net/files/gresolver/ MAINTAINER= jylefort@brutele.be COMMENT= A graphical DNS query tool using GTK+ +USE_GCC= 4.0 + RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/${PERL_ARCH}/Gtk2/GladeXML.pm:${PORTSDIR}/x11-toolkits/p5-Glade2 \ |