diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-12-28 18:54:08 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-12-28 18:54:08 +0800 |
commit | c06f4c73270c4aed4ca94f2b8a1134a109a4203f (patch) | |
tree | c304056047d1d5632ec748b6a330252e76627fb9 /x11-toolkits/py-gtksourceview | |
parent | 95279ed3b5e8fce721cd257b9a7c18739ecdaddd (diff) | |
download | freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.tar.gz freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.tar.zst freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.zip |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav)
Diffstat (limited to 'x11-toolkits/py-gtksourceview')
-rw-r--r-- | x11-toolkits/py-gtksourceview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile index 1188a308ae41..188908e646b1 100644 --- a/x11-toolkits/py-gtksourceview/Makefile +++ b/x11-toolkits/py-gtksourceview/Makefile @@ -9,7 +9,7 @@ PORTNAME= gtksourceview PORTVERSION= 2.2.0 PORTREVISION= 1 -CATEGORIES= x11-toolkits gnome +CATEGORIES= x11-toolkits gnome python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/pygtksourceview/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |