diff options
Diffstat (limited to 'x11/xmore/Makefile')
-rw-r--r-- | x11/xmore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xmore/Makefile b/x11/xmore/Makefile index 927e053e47e..9b538751934 100644 --- a/x11/xmore/Makefile +++ b/x11/xmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/09/10 20:00:45 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2011/09/24 13:14:17 joerg Exp $ # DISTNAME= xmore-1.0.2 @@ -17,5 +17,7 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults + .include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |