diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 21:20:56 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 21:20:56 +0000 |
commit | 609425c2ed96dffeb7a57d8eafb19bcd3d0aab6d (patch) | |
tree | 7a8a047b73c1f5ec496625b073d87d7e652fbf5f | |
parent | 7c9976e9d728a07fa3263799f7c43136fa663add (diff) | |
download | pkgsrc-609425c2ed96dffeb7a57d8eafb19bcd3d0aab6d.tar.gz |
Set BUILDLINK_PREFIX.xpm to ${X11BASE} if we're using builtin xpm.
Closes PR pkg/25302.
-rw-r--r-- | graphics/xpm/builtin.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/xpm/builtin.mk b/graphics/xpm/builtin.mk index 4ec15513261..ae813630b4b 100644 --- a/graphics/xpm/builtin.mk +++ b/graphics/xpm/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.2 2004/03/29 05:43:32 jlam Exp $ +# $NetBSD: builtin.mk,v 1.3 2004/04/24 21:20:56 snj Exp $ .include "../../mk/bsd.prefs.mk" @@ -65,3 +65,7 @@ USE_BUILTIN.xpm!= \ . endfor . endif .endif # USE_BUILTIN.xpm + +.if !empty(USE_BUILTIN.xpm:M[yY][eE][sS]) +BUILDLINK_PREFIX.xpm= ${X11BASE} +.endif |