pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/wmakerconf Add missing dependency on Perl and make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e4307e75098
branches:  trunk
changeset: 521748:5e4307e75098
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Nov 19 22:15:17 2006 +0000

description:
Add missing dependency on Perl and make sure the correct path to the
interpreter gets compiled. Bump package revision because of this fix.

diffstat:

 wm/wmakerconf/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r ea4bb246f069 -r 5e4307e75098 wm/wmakerconf/Makefile
--- a/wm/wmakerconf/Makefile    Sun Nov 19 20:54:07 2006 +0000
+++ b/wm/wmakerconf/Makefile    Sun Nov 19 22:15:17 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2006/06/25 10:48:17 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2006/11/19 22:15:17 tron Exp $
 
 DISTNAME=      wmakerconf-2.11
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    x11 wm windowmaker
 MASTER_SITES=  http://starplot.org/wmakerconf/
 
@@ -12,7 +12,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_X11BASE=           yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gzip tar pkg-config msgfmt
+USE_TOOLS+=            gzip tar perl:run pkg-config msgfmt
 
 .if defined(PKG_SYSCONFDIR.windowmaker)
 CONFIGURE_ARGS+=       --with-wmakeretcprefix=${PKG_SYSCONFDIR.windowmaker}
@@ -21,6 +21,7 @@
 .endif
 
 CONFIGURE_ENV+=                gzip=${TOOLS_GZIP_CMD:Q}
+CONFIGURE_ENV+=                perlpath=${PERL5:Q}
 CONFIGURE_ENV+=                tar=${TOOLS_TAR:Q}
 
 REPLACE_PERL+=         scripts/*.pl.in



Home | Main Index | Thread Index | Old Index