diff options
author | rodent <rodent@pkgsrc.org> | 2014-05-04 14:05:46 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-05-04 14:05:46 +0000 |
commit | 62490cb36a011c5d54dc6dc3b45d81647c1bee05 (patch) | |
tree | 2fcb259df737b111bad21594941993a6f4e898dc | |
parent | c9040b22cadc82c1855925c22d3493ee491c9dcb (diff) | |
download | pkgsrc-62490cb36a011c5d54dc6dc3b45d81647c1bee05.tar.gz |
+LICENSE
-rw-r--r-- | wm/spectrwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/spectrwm/Makefile b/wm/spectrwm/Makefile index c5547b87777..75cf7c80c7f 100644 --- a/wm/spectrwm/Makefile +++ b/wm/spectrwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/03/12 18:14:41 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/04 14:05:46 rodent Exp $ DISTNAME= spectrwm-2.5.0 CATEGORIES= wm @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lsm5@fedoraproject.org HOMEPAGE= https://opensource.conformal.com/wiki/spectrwm COMMENT= Small dynamic tiling window manager for X11 +LICENSE= isc DEPENDS+= dmenu-[0-9]*:../../x11/dmenu |