diff options
author | xtraeme <xtraeme> | 2004-03-10 14:12:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-10 14:12:50 +0000 |
commit | 5ecba9ab7bace77c27f60e140a3423c053bcc5d2 (patch) | |
tree | 5126d0dc144b85e863451f64254bb836fa258a53 /wm/ctwm | |
parent | d6f0caffd46d2711cc4ce2d1b87023daef844d62 (diff) | |
download | pkgsrc-5ecba9ab7bace77c27f60e140a3423c053bcc5d2.tar.gz |
bl3ify
Diffstat (limited to 'wm/ctwm')
-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" |