diff options
author | mezz <mezz@FreeBSD.org> | 2008-03-22 08:38:38 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-03-22 08:38:38 +0800 |
commit | 82dc3ab2ab9d2fc9d485486963947df8a6e86391 (patch) | |
tree | 7bc4a7f8778a8103c9bddff9a88d3189f91ed905 | |
parent | 484a066694999997d9cde2c29bf4e46e543cdc16 (diff) | |
download | freebsd-ports-gnome-82dc3ab2ab9d2fc9d485486963947df8a6e86391.tar.gz freebsd-ports-gnome-82dc3ab2ab9d2fc9d485486963947df8a6e86391.tar.zst freebsd-ports-gnome-82dc3ab2ab9d2fc9d485486963947df8a6e86391.zip |
Remove USE_XLIB, bump the PORTREVISION on homebank and comix. As for the buoh,
it's unchange so no bump.
-rw-r--r-- | deskutils/buoh/Makefile | 1 | ||||
-rw-r--r-- | finance/homebank/Makefile | 3 | ||||
-rw-r--r-- | graphics/comix/Makefile | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile index d37ee9e816e9..cbdc01458ed4 100644 --- a/deskutils/buoh/Makefile +++ b/deskutils/buoh/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui -USE_XLIB= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index a1cc8d6271fb..70204740c55a 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -7,14 +7,13 @@ PORTNAME= homebank PORTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ MAINTAINER= mezz@FreeBSD.org COMMENT= Manage your personal accounts at home -USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gtk20 desktopfileutils WANT_GNOME= yes 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 |