diff options
author | stas <stas@FreeBSD.org> | 2009-10-13 19:21:40 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-10-13 19:21:40 +0800 |
commit | 6b7768377cdb9234f0445a18ee03ef76add50550 (patch) | |
tree | bbe11b1af0ba7e9e128ed3d5ca7c9f5898558bbf | |
parent | 93be3e026e092f7e08f42d41a6896c2350515b5f (diff) | |
download | freebsd-ports-gnome-6b7768377cdb9234f0445a18ee03ef76add50550.tar.gz freebsd-ports-gnome-6b7768377cdb9234f0445a18ee03ef76add50550.tar.zst freebsd-ports-gnome-6b7768377cdb9234f0445a18ee03ef76add50550.zip |
- Add devel and python virtual categories.
- Drop forgotten comment.
-rw-r--r-- | graphics/lcms-python/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/lcms-python/Makefile b/graphics/lcms-python/Makefile index 789b71c2ece4..955dc877d25d 100644 --- a/graphics/lcms-python/Makefile +++ b/graphics/lcms-python/Makefile @@ -7,7 +7,7 @@ PORTNAME= lcms PORTVERSION= 1.18a -CATEGORIES= graphics +CATEGORIES= graphics devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.18 \ http://www.littlecms.com/ PKGNAMESUFFIX= -python @@ -17,7 +17,6 @@ COMMENT= Light Color Management System (python bindings) LIB_DEPENDS+= lcms.1:${PORTSDIR}/graphics/lcms -#USE_GNOME= gnomehack lthack USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python |