summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-29 13:32:27 +0000
committerjlam <jlam@pkgsrc.org>2001-11-29 13:32:27 +0000
commit719c0f7583cbaa77c5e95db2563461bf47f63c89 (patch)
treeb568da91e62abbdfa76384fa15aece20d88ccb66 /net
parent113f69d713cab56a1bf53b53eea039907e9af022 (diff)
downloadpkgsrc-719c0f7583cbaa77c5e95db2563461bf47f63c89.tar.gz
The hesoid package has only static libraries, so use use a BUILD_DEPENDS
instead of a normal DEPENDS.
Diffstat (limited to 'net')
-rw-r--r--net/hesiod/buildlink.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hesiod/buildlink.mk b/net/hesiod/buildlink.mk
index b8a8f454f47..05752545057 100644
--- a/net/hesiod/buildlink.mk
+++ b/net/hesiod/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.1.1.1 2001/11/29 11:41:28 seb Exp $
+# $NetBSD: buildlink.mk,v 1.2 2001/11/29 13:32:27 jlam Exp $
#
# This Makefile fragment is included by packages that use the Hesiod name
# service library.
@@ -33,7 +33,7 @@ _NEED_HESIOD= YES
.endif
.if ${_NEED_HESIOD} == "YES"
-DEPENDS+= ${BUILDLINK_DEPENDS.hesiod}:../../net/hesiod
+BUILD_DEPENDS+= ${BUILDLINK_DEPENDS.hesiod}:../../net/hesiod
EVAL_PREFIX+= BUILDLINK_PREFIX.hesiod=hesiod
BUILDLINK_PREFIX.hesiod_DEFAULT= ${LOCALBASE}
.else