diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/gnome-settings-daemon | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/gnome-settings-daemon')
-rw-r--r-- | sysutils/gnome-settings-daemon/Makefile | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index 8967087367dd..82f62c7cb0a4 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -11,24 +11,24 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 settings daemon -BUILD_DEPENDS= gnome-session>=0:${PORTSDIR}/x11/gnome-session \ - geoclue>=0:${PORTSDIR}/net/geoclue \ - docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ - gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ - libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ - libibus-1.0.so:${PORTSDIR}/textproc/ibus \ - libdbus-1.so:${PORTSDIR}/devel/dbus \ - libcolord.so:${PORTSDIR}/graphics/colord \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ - libpulse.so:${PORTSDIR}/audio/pulseaudio \ - libgdbm.so:${PORTSDIR}/databases/gdbm \ - libnotify.so:${PORTSDIR}/devel/libnotify \ - libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \ - libgweather-3.so:${PORTSDIR}/net/libgweather -RUN_DEPENDS= gnome-session>=0:${PORTSDIR}/x11/gnome-session \ - geoclue>=0:${PORTSDIR}/net/geoclue \ - gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas +BUILD_DEPENDS= gnome-session>=0:x11/gnome-session \ + geoclue>=0:net/geoclue \ + docbook-xsl>=0:textproc/docbook-xsl \ + gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas +LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libpolkit-gobject-1.so:sysutils/polkit \ + libibus-1.0.so:textproc/ibus \ + libdbus-1.so:devel/dbus \ + libcolord.so:graphics/colord \ + liblcms2.so:graphics/lcms2 \ + libpulse.so:audio/pulseaudio \ + libgdbm.so:databases/gdbm \ + libnotify.so:devel/libnotify \ + libgeocode-glib.so:net/geocode-glib \ + libgweather-3.so:net/libgweather +RUN_DEPENDS= gnome-session>=0:x11/gnome-session \ + geoclue>=0:net/geoclue \ + gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even @@ -52,9 +52,9 @@ OPTIONS_DEFINE= CUPS SMARTCARD OPTIONS_DEFAULT=CUPS SMARTCARD SMARTCARD_DESC= Smartcard support CUPS_CONFIGURE_ENABLE= cups -CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups +CUPS_LIB_DEPENDS= libcups.so:print/cups SMARTCARD_CONFIGURE_ENABLE= smartcard-support -SMARTCARD_LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss +SMARTCARD_LIB_DEPENDS= libnss3.so:security/nss GLIB_SCHEMAS= org.gnome.settings-daemon.enums.xml \ org.gnome.settings-daemon.peripherals.gschema.xml \ |