pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/amiwm Fix dependency to and path to ksh. Bump revis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc821e5d4014
branches:  trunk
changeset: 531471:dc821e5d4014
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 31 10:35:09 2007 +0000

description:
Fix dependency to and path to ksh. Bump revision.

diffstat:

 wm/amiwm/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 4bc0e7fe1c46 -r dc821e5d4014 wm/amiwm/Makefile
--- a/wm/amiwm/Makefile Tue Jul 31 10:12:00 2007 +0000
+++ b/wm/amiwm/Makefile Tue Jul 31 10:35:09 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2007/02/22 19:27:18 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/07/31 10:35:09 joerg Exp $
 #
 
 DISTNAME=      amiwm0.20pl48
 PKGNAME=       amiwm-0.20p48
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11 wm
 MASTER_SITES=  ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
 
@@ -16,6 +16,9 @@
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
+USE_TOOLS+=    ksh:run
+REPLACE_KSH=   Xsession.in Xsession2.in
+
 .include "../../mk/bsd.prefs.mk"
 
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index