diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-23 23:43:37 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-23 23:43:37 +0800 |
commit | b0ce0bbb9908a5f74bbe3086ca15686c0ce2945c (patch) | |
tree | 57afd25da2396e430154bc7fca6c67dd6baeba05 | |
parent | de7c0ae4dbd21f67330f149151b445fda27a900c (diff) | |
download | marcuscom-ports-b0ce0bbb9908a5f74bbe3086ca15686c0ce2945c.tar marcuscom-ports-b0ce0bbb9908a5f74bbe3086ca15686c0ce2945c.tar.gz marcuscom-ports-b0ce0bbb9908a5f74bbe3086ca15686c0ce2945c.tar.bz2 marcuscom-ports-b0ce0bbb9908a5f74bbe3086ca15686c0ce2945c.tar.lz marcuscom-ports-b0ce0bbb9908a5f74bbe3086ca15686c0ce2945c.tar.xz marcuscom-ports-b0ce0bbb9908a5f74bbe3086ca15686c0ce2945c.tar.zst marcuscom-ports-b0ce0bbb9908a5f74bbe3086ca15686c0ce2945c.zip |
Add back python to CATEGORIES
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14827 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | accessibility/py-atspi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile index 87cc9070a..28da0b0dd 100644 --- a/accessibility/py-atspi/Makefile +++ b/accessibility/py-atspi/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/py-atspi/Makefile,v 1.10 2010/09/02 14:47:17 kwm Exp $ +# $MCom: ports/accessibility/py-atspi/Makefile,v 1.11 2010/09/28 08:35:01 kwm Exp $ # PORTNAME= atspi PORTVERSION= 0.4.0 -CATEGORIES= accessibility x11-toolkits +CATEGORIES= accessibility x11-toolkits python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |