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/gnome-clocks | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'deskutils/gnome-clocks')
-rw-r--r-- | deskutils/gnome-clocks/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/gnome-clocks/Makefile b/deskutils/gnome-clocks/Makefile index 833b46712370..e5ad9b26d3f7 100644 --- a/deskutils/gnome-clocks/Makefile +++ b/deskutils/gnome-clocks/Makefile @@ -10,12 +10,12 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Clocks for GNOME 3 -BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue \ - itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ - libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \ - libgweather-3.so:${PORTSDIR}/net/libgweather -RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue +BUILD_DEPENDS= geoclue>=0:net/geoclue \ + itstool:textproc/itstool +LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libgeocode-glib.so:net/geocode-glib \ + libgweather-3.so:net/libgweather +RUN_DEPENDS= geoclue>=0:net/geoclue PORTSCOUT= limitw:1,even |