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 /security/gcr | |
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 'security/gcr')
-rw-r--r-- | security/gcr/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 34ff14568cdf..ae3218ce42a6 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -9,12 +9,12 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library for bits of crypto UI and parsing -BUILD_DEPENDS= gtk-doc>0:${PORTSDIR}/textproc/gtk-doc \ - vapigen:${PORTSDIR}/lang/vala -LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ - libtasn1.so:${PORTSDIR}/security/libtasn1 \ - libp11-kit.so:${PORTSDIR}/security/p11-kit \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt +BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc \ + vapigen:lang/vala +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libtasn1.so:security/libtasn1 \ + libp11-kit.so:security/p11-kit \ + libgcrypt.so:security/libgcrypt CONFLICTS= gnome-keyring-2.[0-9]* PORTSCOUT= limitw:1,even |