diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/lwm/Makefile | 5 | ||||
-rw-r--r-- | wm/ratpoison/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/wm/lwm/Makefile b/wm/lwm/Makefile index 614d45a0d45..e62cb105047 100644 --- a/wm/lwm/Makefile +++ b/wm/lwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:42 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/30 10:07:08 zuntum Exp $ # DISTNAME= lwm @@ -13,6 +13,7 @@ COMMENT= Lightweight Window Manager DIST_SUBDIR= ${PKGNAME} -USE_IMAKE= yes +USE_BUILDLINK_ONLY= YES +USE_IMAKE= YES .include "../../mk/bsd.pkg.mk" diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile index 0636a434223..27577d2ce60 100644 --- a/wm/ratpoison/Makefile +++ b/wm/ratpoison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/13 15:01:40 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/30 10:13:21 zuntum Exp $ # DISTNAME= ratpoison-0.1.1 @@ -9,6 +9,7 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://ratpoison.sourceforge.net/ COMMENT= Simple window manager with no fat library dependencies +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_X11= YES |