diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/gnome-mount | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412349
Diffstat (limited to 'sysutils/gnome-mount')
-rw-r--r-- | sysutils/gnome-mount/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile index 77501f6512bf..219b89e652ca 100644 --- a/sysutils/gnome-mount/Makefile +++ b/sysutils/gnome-mount/Makefile @@ -11,10 +11,10 @@ MASTER_SITES= http://hal.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Front-end to mount, umount, and eject using HAL -LIB_DEPENDS= libhal.so:${PORTSDIR}/sysutils/hal \ - libnotify.so:${PORTSDIR}/devel/libnotify \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/polkit-gnome.pc:${PORTSDIR}/sysutils/policykit-gnome +LIB_DEPENDS= libhal.so:sysutils/hal \ + libnotify.so:devel/libnotify \ + libgnome-keyring.so:security/libgnome-keyring +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/polkit-gnome.pc:sysutils/policykit-gnome USE_GNOME= gnomeprefix intlhack gconf2 gtk20 USES= alias gettext gmake pathfix pkgconfig |