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 | 5133e0b3e6345efc061a03c847e161cbb3d1c0d9 (patch) | |
tree | 7a301286be886feff5eeaf41731a7af755d909fa /wm/fvwm-devel/Makefile | |
parent | eedb01932216090bd4f3622f34b75f606a5e56a8 (diff) | |
download | pkgsrc-5133e0b3e6345efc061a03c847e161cbb3d1c0d9.tar.gz |
Use USE_TOOLS+=perl:run just like in wm/fvwm.
Diffstat (limited to 'wm/fvwm-devel/Makefile')
-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} |