summaryrefslogtreecommitdiff
path: root/wm/lwm
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-22 17:38:56 +0000
committerjlam <jlam@pkgsrc.org>2001-08-22 17:38:56 +0000
commit73d2f0ca37bc6b6bb62d190343e4a118f6efda13 (patch)
treed0b4e9476524e9178356be77722a72c2fb2e781b /wm/lwm
parentc2c4606f78b9183ca4ab231ed5fc469e8c941682 (diff)
downloadpkgsrc-73d2f0ca37bc6b6bb62d190343e4a118f6efda13.tar.gz
Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
Diffstat (limited to 'wm/lwm')
-rw-r--r--wm/lwm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/lwm/Makefile b/wm/lwm/Makefile
index e62cb105047..48fe42fd940 100644
--- a/wm/lwm/Makefile
+++ b/wm/lwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/06/30 10:07:08 zuntum Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/22 17:39:00 jlam Exp $
#
DISTNAME= lwm
@@ -13,7 +13,6 @@ COMMENT= Lightweight Window Manager
DIST_SUBDIR= ${PKGNAME}
-USE_BUILDLINK_ONLY= YES
-USE_IMAKE= YES
+USE_IMAKE= YES
.include "../../mk/bsd.pkg.mk"