aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-03-18 01:25:38 +0800
committermiwi <miwi@FreeBSD.org>2011-03-18 01:25:38 +0800
commitbfecd12c439dc8b487023665e24040418762ccdf (patch)
treefdd40352c84fa5f055dcd5c873fbe12cb704a287 /deskutils
parent0f6e22d1851012ab8f8336df179e658d4ce54196 (diff)
downloadfreebsd-ports-gnome-bfecd12c439dc8b487023665e24040418762ccdf.tar.gz
freebsd-ports-gnome-bfecd12c439dc8b487023665e24040418762ccdf.tar.zst
freebsd-ports-gnome-bfecd12c439dc8b487023665e24040418762ccdf.zip
- Fix dependency
- Cleanup a bit PR: 154914 Submitted by: maintainer
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gtg/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/gtg/Makefile b/deskutils/gtg/Makefile
index 5449fef03b6c..584d6395cac9 100644
--- a/deskutils/gtg/Makefile
+++ b/deskutils/gtg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtg
PORTVERSION= 0.2.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= deskutils gnome python
MASTER_SITES= http://launchpad.net/gtg/0.2/${PORTVERSION}/+download/
@@ -16,14 +16,13 @@ COMMENT= GTD organizer for the GNOME desktop environment
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/configobj.py:${PORTSDIR}/devel/py-configobj \
${PYTHON_PKGNAMEPREFIX}dbus>=0.82.4:${PORTSDIR}/devel/py-dbus \
- ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \
${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
FETCH_ARGS= -pRr
-USE_GNOME= pygtk2 desktopfileutils
+USE_GNOME= desktopfileutils pygobject pygtk2
USE_GETTEXT= yes
INSTALLS_ICONS= yes
USE_PYTHON= 2.6+
@@ -36,7 +35,7 @@ OPTIONS= CHEETAH "Needed for export plugin to work" off
.include <bsd.port.pre.mk>
.if defined(WITH_CHEETAH)
-RUN_DEPENDS+=${LOCALBASE}/bin/cheetah:${PORTSDIR}/devel/py-cheetah
+RUN_DEPENDS+= ${LOCALBASE}/bin/cheetah:${PORTSDIR}/devel/py-cheetah
.endif
post-patch: