diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 09:59:50 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 09:59:50 +0000 |
commit | cddff4a151273dd2f815a0ae8668d313efc8c77b (patch) | |
tree | 50ee990383c5e1a37c15aa2efaab18e3ae30da96 /wm | |
parent | d6affa77eaf6bfba656033d05222ff8ceda05b34 (diff) | |
download | pkgsrc-cddff4a151273dd2f815a0ae8668d313efc8c77b.tar.gz |
Set USE_BUILDLINK_ONLY
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 |