diff options
author | martti <martti@pkgsrc.org> | 2006-07-12 11:52:54 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-07-12 11:52:54 +0000 |
commit | c125820453e0066ace79fda7d55b28810e67542d (patch) | |
tree | 7a301286be886feff5eeaf41731a7af755d909fa /wm | |
parent | 5bae385d8a170b97e54ad1890c5ccbd7b985ce3e (diff) | |
download | pkgsrc-c125820453e0066ace79fda7d55b28810e67542d.tar.gz |
Use USE_TOOLS+=perl:run just like in wm/fvwm.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index b24e7dc2aed..d4ad4d62f77 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/07/02 15:54:42 martti Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/12 11:52:54 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -18,6 +18,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_GNU_READLINE= YES +USE_TOOLS+= perl:run PLIST_SUBST+= FVWM_VER=${FVWM_VER:Q} |