diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-31 10:35:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-31 10:35:09 +0000 |
commit | cde57adc4fffd198558fb7ed242b1b65d63a1915 (patch) | |
tree | 787267b1914ac10d0c0102704ca86973411dba68 /wm/amiwm | |
parent | a64dc7f70b9843a5de914327d149d4248b02c3b8 (diff) | |
download | pkgsrc-cde57adc4fffd198558fb7ed242b1b65d63a1915.tar.gz |
Fix dependency to and path to ksh. Bump revision.
Diffstat (limited to 'wm/amiwm')
-rw-r--r-- | wm/amiwm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index d089cfab891..8a744234886 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -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 @@ RESTRICTED= Restrictive copyright (non-commerical use only) 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 |