Skip to content

Commit

Permalink
Add a missing runtime dependency, devel/py-dbus. Bump the PORTREVISION.
Browse files Browse the repository at this point in the history
Reported by:	Thiago Rodrigues Santos <thiago.r6@gmail.com>
Jeremy Messenger authored and Jeremy Messenger committed Mar 23, 2007
1 parent 4d338ff commit dbc5b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deskutils/deskbar-applet/Makefile
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@

PORTNAME= deskbar-applet
PORTVERSION= 2.18.0
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,7 +18,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Omnipresent versatile search interface

BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \
${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus

USE_BZIP2= yes
USE_GETTEXT= yes

0 comments on commit dbc5b7b

Please sign in to comment.