diff options
-rw-r--r-- | x11/xfd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index e1458a9703f..545b8a8368e 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2011/09/29 08:24:42 dholland Exp $ # DISTNAME= xfd-1.0.1 @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" |