diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-22 00:38:38 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-03-22 00:38:38 +0000 |
commit | e35dedf9c8788ebc8f37d20d41234f6d33d85fd1 (patch) | |
tree | c0e0a36196f1034adb098462641197f705d28601 /graphics/comix | |
parent | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG (diff) |
Remove USE_XLIB, bump the PORTREVISION on homebank and comix. As for the buoh,
it's unchange so no bump.
Diffstat (limited to 'graphics/comix')
-rw-r--r-- | graphics/comix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 1b507c01dfdf..f46e2c35c6fe 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -8,6 +8,7 @@ PORTNAME= comix PORTVERSION= 3.6.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +20,6 @@ RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging NO_BUILD= yes -USE_XLIB= yes USE_GNOME= desktopfileutils pygtk2 WANT_GNOME= yes USE_PYTHON= yes |