diff options
Diffstat (limited to 'wm/ctwm/Makefile')
-rw-r--r-- | wm/ctwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/ctwm/Makefile b/wm/ctwm/Makefile index 6dba8825dcb..6860266069f 100644 --- a/wm/ctwm/Makefile +++ b/wm/ctwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:55:10 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/10 14:12:51 xtraeme Exp $ # DISTNAME= ctwm-3.6 @@ -11,8 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://ctwm.free.lp.se/ COMMENT= Window manager with support for multiple virtual screens and GNOME 1.x -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |