From 73d2f0ca37bc6b6bb62d190343e4a118f6efda13 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 22 Aug 2001 17:38:56 +0000 Subject: 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. --- wm/ctwm/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wm/ctwm/Makefile') diff --git a/wm/ctwm/Makefile b/wm/ctwm/Makefile index c820f38eb84..f655539ad7d 100644 --- a/wm/ctwm/Makefile +++ b/wm/ctwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/30 09:50:05 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/22 17:39:00 jlam Exp $ # DISTNAME= ctwm-3.5 @@ -9,8 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://woland.afti.nsu.ru/~reberger/xwinman/ctwm.html COMMENT= Window manager with support for multiple virtual screens -USE_BUILDLINK_ONLY= YES -USE_IMAKE= YES +USE_IMAKE= YES .include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3