aboutsummaryrefslogtreecommitdiff
path: root/x11/guake
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11/guake
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11/guake')
-rw-r--r--x11/guake/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/x11/guake/Makefile b/x11/guake/Makefile
index 1588bf56230f..6558c23d8bb5 100644
--- a/x11/guake/Makefile
+++ b/x11/guake/Makefile
@@ -10,16 +10,16 @@ COMMENT= Dropdown terminal made for the GNOME desktop
LICENSE= GPLv2
-BUILD_DEPENDS= gnome-common>=3.14.0:${PORTSDIR}/devel/gnome-common \
- py${PYTHON_SUFFIX}-dbus>=0.84.0:${PORTSDIR}/devel/py-dbus \
- py${PYTHON_SUFFIX}-notify>=0.1.1_9:${PORTSDIR}/devel/py-notify \
- py${PYTHON_SUFFIX}-vte>=0.26.2_1:${PORTSDIR}/x11-toolkits/py-vte \
- py${PYTHON_SUFFIX}-xdg>=0.19:${PORTSDIR}/devel/py-xdg
-RUN_DEPENDS= keybinder>=0.3.0:${PORTSDIR}/x11/keybinder \
- py${PYTHON_SUFFIX}-dbus>=0.84.0:${PORTSDIR}/devel/py-dbus \
- py${PYTHON_SUFFIX}-notify>=0.1.1_9:${PORTSDIR}/devel/py-notify \
- py${PYTHON_SUFFIX}-vte>=0.26.2_1:${PORTSDIR}/x11-toolkits/py-vte \
- py${PYTHON_SUFFIX}-xdg>=0.19:${PORTSDIR}/devel/py-xdg
+BUILD_DEPENDS= gnome-common>=3.14.0:devel/gnome-common \
+ py${PYTHON_SUFFIX}-dbus>=0.84.0:devel/py-dbus \
+ py${PYTHON_SUFFIX}-notify>=0.1.1_9:devel/py-notify \
+ py${PYTHON_SUFFIX}-vte>=0.26.2_1:x11-toolkits/py-vte \
+ py${PYTHON_SUFFIX}-xdg>=0.19:devel/py-xdg
+RUN_DEPENDS= keybinder>=0.3.0:x11/keybinder \
+ py${PYTHON_SUFFIX}-dbus>=0.84.0:devel/py-dbus \
+ py${PYTHON_SUFFIX}-notify>=0.1.1_9:devel/py-notify \
+ py${PYTHON_SUFFIX}-vte>=0.26.2_1:x11-toolkits/py-vte \
+ py${PYTHON_SUFFIX}-xdg>=0.19:devel/py-xdg
CPPFLAGS+= -I${LOCALBASE}/include
@@ -59,11 +59,11 @@ pre-configure:
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/libexec/notification-daemon)
-RUN_DEPENDS+= notification-daemon>=0.7.2_1:${PORTSDIR}/deskutils/notification-daemon
+RUN_DEPENDS+= notification-daemon>=0.7.2_1:deskutils/notification-daemon
.elif exists (${LOCALBASE}/bin/xfce4-notifyd-config)
-RUN_DEPENDS+= xfce4-notifyd>=0.2.4:${PORTSDIR}/deskutils/xfce4-notifyd
+RUN_DEPENDS+= xfce4-notifyd>=0.2.4:deskutils/xfce4-notifyd
.else
-RUN_DEPENDS+= notify-osd>=0.9.29_4:${PORTSDIR}/deskutils/notify-osd
+RUN_DEPENDS+= notify-osd>=0.9.29_4:deskutils/notify-osd
.endif
.include <bsd.port.post.mk>