diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-05 01:45:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-05 01:45:47 +0000 |
commit | 64ee31609bf54ffe4b886e556cc7dce691b5b56b (patch) | |
tree | b61d07da79e71fd056e9d58781a4faea29bee78c /emulators/loemu/Makefile | |
parent | dec83e0d5deba4942630463d242fbbf9e3a82b15 (diff) |
Notes
Diffstat (limited to 'emulators/loemu/Makefile')
-rw-r--r-- | emulators/loemu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index af2d7400be4e..452ebbe9f50e 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://loemu.pegueroles.com/dists/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple frontend for various game emulators +LICENSE= GPLv2 # or later + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt |