diff options
author | martti <martti> | 2007-10-30 19:31:38 +0000 |
---|---|---|
committer | martti <martti> | 2007-10-30 19:31:38 +0000 |
commit | 6daf039b533cfbbcdd31b3ce6eb65c37b11db067 (patch) | |
tree | bcd8b04ffaf9c92a25f680ee704c34ff5e99af6c /wm/fvwm | |
parent | 042327d96569d2dc87a3d96357678f0b44cd4b01 (diff) | |
download | pkgsrc-6daf039b533cfbbcdd31b3ce6eb65c37b11db067.tar.gz |
Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
Diffstat (limited to 'wm/fvwm')
-rw-r--r-- | wm/fvwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm/Makefile b/wm/fvwm/Makefile index 30088123309..2ced672e0a0 100644 --- a/wm/fvwm/Makefile +++ b/wm/fvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/10/30 14:10:10 martti Exp $ +# $NetBSD: Makefile,v 1.9 2007/10/30 19:31:42 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -11,7 +11,7 @@ DISTFILES+= fvwm-${FVWM_VER}.tar.gz fvwm_icons.tgz MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.fvwm.org/ COMMENT= Newer version of X11 Virtual window manager -LICENSE= gnu-gpl-v2 +#LICENSE= gnu-gpl-v2 DEPENDS+= xpmroot-2.*:../../x11/xpmroot |