diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-28 18:54:08 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-28 18:54:08 +0800 |
commit | f60432367f904435f1612cb57bf01489a687c31b (patch) | |
tree | 85dfe190b6aa7b6d3217975da8638e1f8c5b1235 /graphics | |
parent | c5f98b1d14e33177dc2e299c4df3bc8e1d6531c8 (diff) | |
download | freebsd-ports-gnome-f60432367f904435f1612cb57bf01489a687c31b.tar.gz freebsd-ports-gnome-f60432367f904435f1612cb57bf01489a687c31b.tar.zst freebsd-ports-gnome-f60432367f904435f1612cb57bf01489a687c31b.zip |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-goocanvas/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-poppler/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-soya3d/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile index 9efc58eaf787..a66dba605f42 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -8,7 +8,7 @@ PORTNAME= goocanvas PORTVERSION= 0.9.0 PORTREVISION= 1 -CATEGORIES= graphics +CATEGORIES= graphics python MASTER_SITES= BERLIOS MASTER_SITE_SUBDIR= py${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile index a2538f6c2485..48dee84d87cc 100644 --- a/graphics/py-poppler/Makefile +++ b/graphics/py-poppler/Makefile @@ -7,7 +7,7 @@ PORTNAME= poppler PORTVERSION= 0.8.1 -CATEGORIES= graphics +CATEGORIES= graphics python MASTER_SITES= http://www.gnome.org/~gianmt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 9ea3f91ef951..6aaf2b8fb0f6 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -8,7 +8,7 @@ PORTNAME= soya3d PORTVERSION= 0.13.2 PORTREVISION= 2 -CATEGORIES= graphics +CATEGORIES= graphics python MASTER_SITES= http://download.gna.org/soya/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Soya-${PORTVERSION} |