summaryrefslogtreecommitdiff
path: root/wm/ion/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-30 09:01:34 +0000
committerzuntum <zuntum>2001-06-30 09:01:34 +0000
commit1e125991cce1bee42b4377d26b0c3cb2978cbe96 (patch)
treeb6d1205514e75272c219c42bf35901fc1388fb82 /wm/ion/Makefile
parentb48a6aeec35086c95ec00bd60cdd4ea423beac9c (diff)
downloadpkgsrc-1e125991cce1bee42b4377d26b0c3cb2978cbe96.tar.gz
Update ion to 20010523
Changelog: 2001-04-25: * Added missing functions to documentation 2001-04-19: * switch_ws_next/prev wrap around * Fixed a problem with some programs' popups 2001-04-01: * Unmap;map race condition fix. o also set USE_BUILDLINK_ONLY
Diffstat (limited to 'wm/ion/Makefile')
-rw-r--r--wm/ion/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile
index 4a0dbd187f0..b5825de64e8 100644
--- a/wm/ion/Makefile
+++ b/wm/ion/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 13:32:28 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/30 09:01:34 zuntum Exp $
#
-DISTNAME= ion-20010314
+DISTNAME= ion-20010523
CATEGORIES= x11 wm
MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/
@@ -9,7 +9,8 @@ MAINTAINER= daniel@codefactory.se,zuntum@netbsd.org
HOMEPAGE= http://www.students.tut.fi/~tuomov/ion/
COMMENT= keyboard friendly tiling window manager
-USE_X11BASE= YES
-USE_GMAKE= YES
+USE_BUILDLINK_ONLY= YES
+USE_X11BASE= YES
+USE_GMAKE= YES
.include "../../mk/bsd.pkg.mk"