summaryrefslogtreecommitdiff
path: root/net/hesiod
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-05 07:17:14 +0000
committerjlam <jlam@pkgsrc.org>2004-02-05 07:17:14 +0000
commit317cc72791f8dcfcdd50f770e1ae9ccce68ddb47 (patch)
treeedbbed6f9491b43337c846644df6d1c3e8ce8f32 /net/hesiod
parente7133cac25a67cadb35ea338f0d9924c2a9da764 (diff)
downloadpkgsrc-317cc72791f8dcfcdd50f770e1ae9ccce68ddb47.tar.gz
Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
Diffstat (limited to 'net/hesiod')
-rw-r--r--net/hesiod/buildlink2.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/hesiod/buildlink2.mk b/net/hesiod/buildlink2.mk
index a0e8bab3bb5..3216bad2688 100644
--- a/net/hesiod/buildlink2.mk
+++ b/net/hesiod/buildlink2.mk
@@ -1,8 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.4 2004/02/05 07:06:16 jlam Exp $
+# $NetBSD: buildlink2.mk,v 1.5 2004/02/05 07:17:15 jlam Exp $
.if !defined(HESIOD_BUILDLINK2_MK)
HESIOD_BUILDLINK2_MK= # defined
+.include "../../mk/bsd.prefs.mk"
+
BUILDLINK_DEPENDS.hesiod?= hesiod>=3.0.2
BUILDLINK_PKGSRCDIR.hesiod?= ../../net/hesiod
@@ -16,11 +18,9 @@ _NEED_HESIOD= YES
. endif
.endif
-.if defined(PREFER_PKGSRC)
-. if empty(PREFER_PKGSRC) || !empty(PREFER_PKGSRC:M[yY][eE][sS]) || \
- !empty(PREFER_PKGSRC:Mhesiod)
+.if !empty(PREFER_PKGSRC:M[yY][eE][sS]) || \
+ !empty(PREFER_PKGSRC:Mhesiod)
_NEED_HESIOD= YES
-. endif
.endif
.if ${_NEED_HESIOD} == "YES"