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 /www/gnome-user-share | |
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 'www/gnome-user-share')
-rw-r--r-- | www/gnome-user-share/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index 001e1e1e59f3..a2ad444673fd 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -12,13 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Personal file-sharing service for the GNOME Desktop -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app \ - libnotify.so:${PORTSDIR}/devel/libnotify \ - libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ - libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique -RUN_DEPENDS= ap*-mod_dnssd>=0:${PORTSDIR}/www/mod_dnssd \ - console-kit-daemon:${PORTSDIR}/sysutils/consolekit +BUILD_DEPENDS= itstool:textproc/itstool +LIB_DEPENDS= libavahi-client.so:net/avahi-app \ + libnotify.so:devel/libnotify \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libunique-1.0.so:x11-toolkits/unique +RUN_DEPENDS= ap*-mod_dnssd>=0:www/mod_dnssd \ + console-kit-daemon:sysutils/consolekit USES= gettext gmake libtool pkgconfig tar:xz USE_APACHE= 22+ |