summaryrefslogtreecommitdiff
path: root/net/hesiod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/hesiod/Makefile')
-rw-r--r--net/hesiod/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile
index d84bffa2f68..18a057d9c36 100644
--- a/net/hesiod/Makefile
+++ b/net/hesiod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 11:41:28 seb Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/29 13:34:35 jlam Exp $
DISTNAME= hesiod-3.0.2
CATEGORIES= net
@@ -7,12 +7,15 @@ MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
MAINTAINER= kpneal@pobox.org
COMMENT= Hesiod network database client and library
-GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
-.if exists(/usr/include/hesiod.h) && !defined(NEED_HESIOD)
+.include "../../mk/bsd.prefs.mk"
+
+.if exists(/usr/include/hesiod.h) && !defined(USE_HESIOD)
IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution"
.endif
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.include "../../mk/bsd.pkg.mk"