summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrodent <rodent>2013-06-09 12:12:26 +0000
committerrodent <rodent>2013-06-09 12:12:26 +0000
commit6ee06a711119452ac80d42d01996552f40e79643 (patch)
treeba9346189b88887c992d3220416c311dd78c34cf /x11
parent831cff610e540a0d3e469ec2ddeeeec8f925d212 (diff)
downloadpkgsrc-6ee06a711119452ac80d42d01996552f40e79643.tar.gz
Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so package
works with native xorg.
Diffstat (limited to 'x11')
-rw-r--r--x11/xditview/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xditview/Makefile b/x11/xditview/Makefile
index d308a92e25f..6bc900aec80 100644
--- a/x11/xditview/Makefile
+++ b/x11/xditview/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:27 rodent Exp $
#
DISTNAME= xditview-1.0.3
@@ -14,6 +14,8 @@ LICENSE= x11
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
+
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"