diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11/xfce4-dashboard | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
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/xfce4-dashboard')
-rw-r--r-- | x11/xfce4-dashboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce4-dashboard/Makefile b/x11/xfce4-dashboard/Makefile index cfb597cb7d57..091c966f28f0 100644 --- a/x11/xfce4-dashboard/Makefile +++ b/x11/xfce4-dashboard/Makefile @@ -14,8 +14,8 @@ COMMENT= GNOME shell like dashboard for the Xfce desktop LICENSE= GPLv2 -LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libclutter-1.0.so:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ + libclutter-1.0.so:graphics/clutter GNU_CONFIGURE= yes USES= pkgconfig libtool gmake perl5 gettext xfce tar:bzip2 |