diff options
Diffstat (limited to 'wm/ctwm')
-rw-r--r-- | wm/ctwm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wm/ctwm/Makefile b/wm/ctwm/Makefile index c2ddcf74822..c820f38eb84 100644 --- a/wm/ctwm/Makefile +++ b/wm/ctwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:32 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/30 09:50:05 zuntum Exp $ # DISTNAME= ctwm-3.5 @@ -9,7 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://woland.afti.nsu.ru/~reberger/xwinman/ctwm.html COMMENT= Window manager with support for multiple virtual screens -USE_IMAKE= YES -USE_XPM= YES +USE_BUILDLINK_ONLY= YES +USE_IMAKE= YES +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |