diff options
author | cube <cube> | 2008-10-07 18:03:55 +0000 |
---|---|---|
committer | cube <cube> | 2008-10-07 18:03:55 +0000 |
commit | 2cdf52b05477c4155f2be8aa7b23fb6a60fc308c (patch) | |
tree | 3699dc1a63c53cbfabfb35d6cbd96fafdc02e15f /textproc | |
parent | 01e9b56a1e1e18c5f2b1a5b9ca54338d16b6f0b8 (diff) | |
download | pkgsrc-2cdf52b05477c4155f2be8aa7b23fb6a60fc308c.tar.gz |
Don't set BUILDLINK_PREFIX in builtin.mk if we're not using a built-in
version. D'oh.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat/builtin.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/expat/builtin.mk b/textproc/expat/builtin.mk index 2d339d4f6d7..358657e5620 100644 --- a/textproc/expat/builtin.mk +++ b/textproc/expat/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.13 2008/10/05 21:36:34 cube Exp $ +# $NetBSD: builtin.mk,v 1.14 2008/10/07 18:03:55 cube Exp $ BUILTIN_PKG:= expat @@ -78,12 +78,12 @@ CHECK_BUILTIN.expat?= no . if !empty(USE_BUILTIN.expat:M[nN][oO]) BUILDLINK_API_DEPENDS.expat+= expat>=1.95.4 -. endif - -. if !empty(H_EXPAT:M${X11BASE}/*) -. include "../../mk/x11.builtin.mk" . else +. if !empty(H_EXPAT:M${X11BASE}/*) +. include "../../mk/x11.builtin.mk" +. else BUILDLINK_PREFIX.expat= /usr +. endif . endif .endif # CHECK_BUILTIN.expat |