diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-11 01:37:16 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-11 01:37:16 +0800 |
commit | e83d16c5314365ca726d9c1c15cc77ecac46a1c6 (patch) | |
tree | 15d67422f4dbcd3c95c0e43bbce638353a990b53 /graphics | |
parent | 26942f19ed3e9cea1bde12e1e330b0cf6de7784b (diff) | |
download | freebsd-ports-gnome-e83d16c5314365ca726d9c1c15cc77ecac46a1c6.tar.gz freebsd-ports-gnome-e83d16c5314365ca726d9c1c15cc77ecac46a1c6.tar.zst freebsd-ports-gnome-e83d16c5314365ca726d9c1c15cc77ecac46a1c6.zip |
Change COMMENT to reflect Porters Handbook (sect 5.6)
Notified by: hq
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-editobj/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-soya3d/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-editobj/Makefile b/graphics/py-editobj/Makefile index f04d2fb8ebc1..dd9d14da1f4e 100644 --- a/graphics/py-editobj/Makefile +++ b/graphics/py-editobj/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= EditObj-${PORTVERSION} MAINTAINER= acardenas@bsd.org.pe -COMMENT= EditObj can create and display a Tkinter dialog box +COMMENT= Create and display a Tkinter dialog box for editing any Python object DIST_SUBDIR= python USE_GZIP= yes diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 180fe780ecf4..8d90b19b1918 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -14,7 +14,7 @@ DISTNAME= Soya-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= acardenas@bsd.org.pe -COMMENT= Soya 3D is a very high level 3D engine for Python +COMMENT= Very high level 3D engine for Python BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/_openal.so:${PORTSDIR}/audio/py-openal \ |