summaryrefslogtreecommitdiff
path: root/net/hesiod
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-29 13:32:27 +0000
committerjlam <jlam>2001-11-29 13:32:27 +0000
commite1c6fd028b5f787a18b9cf8a97ca1090023d380a (patch)
treeb568da91e62abbdfa76384fa15aece20d88ccb66 /net/hesiod
parent27a114c96586dac58e7b069a6425d0beed514b57 (diff)
downloadpkgsrc-e1c6fd028b5f787a18b9cf8a97ca1090023d380a.tar.gz
The hesoid package has only static libraries, so use use a BUILD_DEPENDS
instead of a normal DEPENDS.
Diffstat (limited to 'net/hesiod')
-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