diff options
author | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
commit | 841e1103d3a3bead43a553fc507d7f53c7803f6b (patch) | |
tree | d0b4e9476524e9178356be77722a72c2fb2e781b /wm | |
parent | f10802c13ef9e8f4699f07266797b6b7fabc4b41 (diff) | |
download | pkgsrc-841e1103d3a3bead43a553fc507d7f53c7803f6b.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')
-rw-r--r-- | wm/ctwm/Makefile | 5 | ||||
-rw-r--r-- | wm/lwm/Makefile | 5 | ||||
-rw-r--r-- | wm/tvtwm/Makefile | 8 |
3 files changed, 7 insertions, 11 deletions
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" 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" diff --git a/wm/tvtwm/Makefile b/wm/tvtwm/Makefile index e5bc9ab1668..15e45aeb27d 100644 --- a/wm/tvtwm/Makefile +++ b/wm/tvtwm/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2001/06/30 10:34:13 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/22 17:39:00 jlam Exp $ DISTNAME= tvtwm.pl11 PKGNAME= tvtwm-11 +WRKSRC= ${WRKDIR}/tvtwm CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_XCONTRIB:=window_managers/} MAINTAINER= packages@netbsd.org COMMENT= Classic twm with virtual desktop support -USE_BUILDLINK_ONLY= YES -USE_IMAKE= YES - -WRKSRC= ${WRKDIR}/tvtwm +USE_IMAKE= YES .include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |