summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-06-09 12:12:26 +0000
committerrodent <rodent@pkgsrc.org>2013-06-09 12:12:26 +0000
commit2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd (patch)
treeba9346189b88887c992d3220416c311dd78c34cf /graphics
parent222a5d88e0517a7800945e426af19393f1f0aca6 (diff)
downloadpkgsrc-2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd.tar.gz
Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so package
works with native xorg.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xgc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xgc/Makefile b/graphics/xgc/Makefile
index ef3a57487fe..4cbcabac7ba 100644
--- a/graphics/xgc/Makefile
+++ b/graphics/xgc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/05/28 03:47:57 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2013/06/09 12:12:26 rodent Exp $
#
DISTNAME= xgc-1.0.4
@@ -14,6 +14,8 @@ LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= bison flex pkg-config
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"