diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
commit | f5c820f44ef3ac0da915aa0f52b5b54fddedf017 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /emulators/loemu | |
parent | b3a93e5c77da138c9e063cfecb5710e3d738fad3 (diff) | |
download | freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.gz freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.tar.zst freebsd-ports-gnome-f5c820f44ef3ac0da915aa0f52b5b54fddedf017.zip |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to 'emulators/loemu')
-rw-r--r-- | emulators/loemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index f8f5987fe3d3..d0b54087845e 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://loemu.pegueroles.com/dists/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple frontend for various game emulators -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ |