diff options
author | tron <tron@pkgsrc.org> | 2004-09-22 20:37:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-09-22 20:37:33 +0000 |
commit | 6aef7e3fd19d3a22120b5ef3c4cc4a6ffe8b53ee (patch) | |
tree | fdfa92b7af8c22c2c5d054d221c7383fd1607b41 /net/bind9/buildlink3.mk | |
parent | 58ab72b3d4696ee396aa47932c900dff3cf92dc4 (diff) | |
download | pkgsrc-6aef7e3fd19d3a22120b5ef3c4cc4a6ffe8b53ee.tar.gz |
Map "include/bind" to "include" in the buildlink area so that programs
will pickup the BIND 9 version of e.g. "arpa/nameser.h".
Diffstat (limited to 'net/bind9/buildlink3.mk')
-rw-r--r-- | net/bind9/buildlink3.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bind9/buildlink3.mk b/net/bind9/buildlink3.mk index b728f1e8b80..f188552b867 100644 --- a/net/bind9/buildlink3.mk +++ b/net/bind9/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/04/15 20:20:49 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2004/09/22 20:37:33 tron Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ BIND_BUILDLINK3_MK:= ${BIND_BUILDLINK3_MK}+ @@ -14,6 +14,8 @@ BUILDLINK_PACKAGES+= bind BUILDLINK_DEPENDS.bind+= bind>=9.2.2 BUILDLINK_RECOMMENDED.bind?= bind>=9.2.3nb4 BUILDLINK_PKGSRCDIR.bind?= ../../net/bind9 + +BUILDLINK_TRANSFORM.bind= -e "s|include/bind/|include/|g" .endif # BIND_BUILDLINK3_MK .include "../../security/openssl/buildlink3.mk" |