diff options
Diffstat (limited to 'wm/qvwm/Makefile')
-rw-r--r-- | wm/qvwm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index 4157f06af35..1bf6b93ffbc 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/20 17:02:04 kristerw Exp $ # DISTNAME= qvwm-1.1.12 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= wm MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/ @@ -11,7 +11,8 @@ HOMEPAGE= http://www.qvwm.org/ COMMENT= Windows 95/98/NT like window manager for X11 GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake rm +CONFIGURE_ENV+= ac_cv_path_PATH_RM="${TOOLS_RM}" USE_LANGUAGES= c++ post-install: |