diff options
author | rodent <rodent> | 2013-06-09 12:12:26 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-06-09 12:12:26 +0000 |
commit | 6ee06a711119452ac80d42d01996552f40e79643 (patch) | |
tree | ba9346189b88887c992d3220416c311dd78c34cf /graphics | |
parent | 831cff610e540a0d3e469ec2ddeeeec8f925d212 (diff) | |
download | pkgsrc-6ee06a711119452ac80d42d01996552f40e79643.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/Makefile | 4 |
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" |