diff options
author | zuntum <zuntum> | 2001-06-30 09:50:05 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-30 09:50:05 +0000 |
commit | 391149d27e4a359462171e4964900c1428c7e717 (patch) | |
tree | 32f93ade3355ead3be41a8ca42c7b8346601b7f5 | |
parent | 2d220e09c8efba7f55d89194002fb2201bfdd0a8 (diff) | |
download | pkgsrc-391149d27e4a359462171e4964900c1428c7e717.tar.gz |
Converted to use buildlink.mk files
-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" |