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 /print | |
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 'print')
-rw-r--r-- | print/py-cups/Makefile | 2 | ||||
-rw-r--r-- | print/py-pyscript/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 7c03a2b3c2a0..9c058fd31054 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -7,7 +7,7 @@ PORTNAME= cups PORTVERSION= 1.9.44 -CATEGORIES= print +CATEGORIES= print python MASTER_SITES= http://cyberelk.net/tim/data/pycups/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} diff --git a/print/py-pyscript/Makefile b/print/py-pyscript/Makefile index db088b5857d1..18e6c7615980 100644 --- a/print/py-pyscript/Makefile +++ b/print/py-pyscript/Makefile @@ -8,7 +8,7 @@ PORTNAME= pyscript PORTVERSION= 0.6.1 PORTREVISION= 1 -CATEGORIES= print graphics +CATEGORIES= print graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |