summaryrefslogtreecommitdiff
path: root/wm/bsetroot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/bsetroot/Makefile')
-rw-r--r--wm/bsetroot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/bsetroot/Makefile b/wm/bsetroot/Makefile
index 3b78a3226bf..57dd7563da9 100644
--- a/wm/bsetroot/Makefile
+++ b/wm/bsetroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:46 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/06/01 18:03:24 jlam Exp $
#
DISTNAME= blackbox-0.65.0
@@ -12,7 +12,6 @@ HOMEPAGE= http://blackboxwm.sourceforge.net/
COMMENT= Tools to set the root windows background
USE_LANGUAGES= c c++
-USE_X11= YES
GNU_CONFIGURE= YES
BUILD_DIRS= ${WRKSRC}/nls ${WRKSRC}/util
@@ -25,4 +24,5 @@ do-install:
( cd ${WRKSRC}/nls && ${MAKE} install )
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"