diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /deskutils/california | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'deskutils/california')
-rw-r--r-- | deskutils/california/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/deskutils/california/Makefile b/deskutils/california/Makefile index 803a5d7883a5..62c282c78043 100644 --- a/deskutils/california/Makefile +++ b/deskutils/california/Makefile @@ -12,14 +12,14 @@ COMMENT= Calendar client for GNOME 3 IGNORE= Not compatible with evolution-data-server 3.16.0 -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ - xdg-open:${PORTSDIR}/devel/xdg-utils -LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ - libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libgee-0.8.so:${PORTSDIR}/devel/libgee \ - libgdata.so:${PORTSDIR}/devel/libgdata \ - libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +BUILD_DEPENDS= itstool:textproc/itstool \ + xdg-open:devel/xdg-utils +LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \ + libsoup-2.4.so:devel/libsoup \ + libgee-0.8.so:devel/libgee \ + libgdata.so:devel/libgdata \ + libgoa-1.0.so:net/gnome-online-accounts +RUN_DEPENDS= xdg-open:devel/xdg-utils USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig tar:xz |