diff options
author | obache <obache@pkgsrc.org> | 2012-12-31 09:27:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-12-31 09:27:50 +0000 |
commit | a2367a740f0ffe04de898b29d036c22d4c2a3fa0 (patch) | |
tree | 68d0d33774f683e06584c58f45ed4f8d688ea43d /textproc | |
parent | 3559c1bb310317966547474440e8aec8e40c4af6 (diff) | |
download | pkgsrc-a2367a740f0ffe04de898b29d036c22d4c2a3fa0.tar.gz |
buildlink with converters/libiconv as same condition of Makefile.
fixes buildlink of packages depending on this package for SunOS and Darwin.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c/buildlink3.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/xerces-c/buildlink3.mk b/textproc/xerces-c/buildlink3.mk index b1c5e93bf0f..bc0a32c2c6d 100644 --- a/textproc/xerces-c/buildlink3.mk +++ b/textproc/xerces-c/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2011/02/23 08:38:34 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2012/12/31 09:27:50 obache Exp $ BUILDLINK_TREE+= xerces-c @@ -8,7 +8,10 @@ XERCES_C_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xerces-c+= xerces-c>=3.1.1 BUILDLINK_PKGSRCDIR.xerces-c?= ../../textproc/xerces-c +.include "../../mk/bsd.fast.prefs.mk" +.if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS" .include "../../converters/libiconv/buildlink3.mk" +.endif .endif # XERCES_C_BUILDLINK3_MK BUILDLINK_TREE+= -xerces-c |