summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-07-05 13:09:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-07-05 13:09:46 +0000
commit5ec9ecabb60db89546d4f070df928cf682f00176 (patch)
tree1bea552f36cacfd8e65bafb8700dd4b9d2497bc0 /dns
parentTake out x11 from categories. (diff)
No need to define HAS_CONFIGURE if GNU_CONFIGURE is defined.
Notes
Notes: svn path=/head/; revision=11739
Diffstat (limited to 'dns')
-rw-r--r--dns/hesiod/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile
index 16d38765a0b8..1811cdec3a57 100644
--- a/dns/hesiod/Makefile
+++ b/dns/hesiod/Makefile
@@ -3,7 +3,7 @@
# Date created: 6/11/1998
# Whom: n@nectar.com
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/07/04 19:51:53 steve Exp $
#
DISTNAME= hesiod-3.0.2
@@ -21,7 +21,6 @@ MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \
hesiod_resolve.3 hesiod_to_bind.3
MAN5= hesiod.conf.5
-HAS_CONFIGURE= YES
GNU_CONFIGURE= YES
.include <bsd.port.mk>