diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 17:07:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 17:07:10 +0000 |
commit | 7cc1393a93dbf0c01f4a05965abd3194c38fbba0 (patch) | |
tree | 05d55fe113ac6af4c86e1954168aecc025c37b6e /devel/py-ui | |
parent | 3f836ec47a6c01bbab7c77664eb14a408cee49b2 (diff) |
Notes
Diffstat (limited to 'devel/py-ui')
-rw-r--r-- | devel/py-ui/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ui/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-ui/Makefile b/devel/py-ui/Makefile index 0172c2ec4cd1..acf353659984 100644 --- a/devel/py-ui/Makefile +++ b/devel/py-ui/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyui${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org +COMMENT= A user interface library written in Python RUN_DEPENDS= \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ diff --git a/devel/py-ui/pkg-comment b/devel/py-ui/pkg-comment deleted file mode 100644 index 029dc15d990a..000000000000 --- a/devel/py-ui/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A user interface library written in Python |