aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-17 17:25:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-17 17:25:38 +0000
commit5ef1b35e1b5575255b99d06b58f5f8b9d9f5edaa (patch)
tree4d2bec86d8647d0729d5f9dc59cd4790805b75ab /deskutils
parentae0b116944b9e44951e5eb7ac3e97fcf66d5d93b (diff)
downloadports-5ef1b35e1b5575255b99d06b58f5f8b9d9f5edaa.tar.gz
ports-5ef1b35e1b5575255b99d06b58f5f8b9d9f5edaa.zip
Notes
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: