diff options
author | cube <cube@pkgsrc.org> | 2008-10-07 18:03:55 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2008-10-07 18:03:55 +0000 |
commit | fbab9acca5cc59a442fd467a7cc2d10c1e6c33a5 (patch) | |
tree | 3699dc1a63c53cbfabfb35d6cbd96fafdc02e15f /textproc/expat | |
parent | 98648e83e3e145ada4121bc6b2ee0f891a4e7821 (diff) | |
download | pkgsrc-fbab9acca5cc59a442fd467a7cc2d10c1e6c33a5.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/expat')
-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 |