diff options
author | rodent <rodent@pkgsrc.org> | 2013-06-09 12:12:26 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-06-09 12:12:26 +0000 |
commit | 2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd (patch) | |
tree | ba9346189b88887c992d3220416c311dd78c34cf /x11/xditview | |
parent | 222a5d88e0517a7800945e426af19393f1f0aca6 (diff) | |
download | pkgsrc-2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd.tar.gz |
Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so package
works with native xorg.
Diffstat (limited to 'x11/xditview')
-rw-r--r-- | x11/xditview/Makefile | 4 |
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" |