diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
commit | b9398223bd3a2236f02f582d13487e2a02e6a035 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /x11-wm/flwm | |
parent | aa20890c922899d9333b5fef5c67bc338a601c4c (diff) | |
download | freebsd-ports-b9398223bd3a2236f02f582d13487e2a02e6a035.zip |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to 'x11-wm/flwm')
-rw-r--r-- | x11-wm/flwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile index 89bf8bcc30f2..bd29a46850c8 100644 --- a/x11-wm/flwm/Makefile +++ b/x11-wm/flwm/Makefile @@ -9,7 +9,7 @@ CATEGORIES= x11-wm MAINTAINER= ports@FreeBSD.org COMMENT= The Fast Light Window Manager -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk-devel |