diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-11 17:48:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-11 17:48:06 +0000 |
commit | c4abdd4cf094d7ed6c44fd909638d607a1f58d2a (patch) | |
tree | 76a09be0068d720d0e377d62d9ce0e3108e19328 /textproc/hunspell | |
parent | e07dd4ef63a7927fb1ed2ea750a1853aab409a19 (diff) | |
download | pkgsrc-c4abdd4cf094d7ed6c44fd909638d607a1f58d2a.tar.gz |
Add buildlink3.mk file.
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/buildlink3.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/hunspell/buildlink3.mk b/textproc/hunspell/buildlink3.mk new file mode 100644 index 00000000000..db19d102924 --- /dev/null +++ b/textproc/hunspell/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1 2007/09/11 17:48:06 wiz Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +HUNSPELL_BUILDLINK3_MK:= ${HUNSPELL_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= hunspell +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nhunspell} +BUILDLINK_PACKAGES+= hunspell +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}hunspell + +.if ${HUNSPELL_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.hunspell+= hunspell>=1.1.12.2 +BUILDLINK_PKGSRCDIR.hunspell?= ../../textproc/hunspell +.endif # HUNSPELL_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |