svn commit: r448481 - in head: sysutils/signon-ui x11/gdm

Mathieu Arnold mat at FreeBSD.org
Mon Aug 21 16:55:03 UTC 2017


Author: mat
Date: Mon Aug 21 16:55:01 2017
New Revision: 448481
URL: https://svnweb.freebsd.org/changeset/ports/448481

Log:
  Cleanup ${PORTSDIR}/ from *DEPENDS.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/signon-ui/Makefile   (contents, props changed)
  head/x11/gdm/Makefile   (contents, props changed)

Modified: head/sysutils/signon-ui/Makefile
==============================================================================
--- head/sysutils/signon-ui/Makefile	Mon Aug 21 16:45:27 2017	(r448480)
+++ head/sysutils/signon-ui/Makefile	Mon Aug 21 16:55:01 2017	(r448481)
@@ -13,10 +13,10 @@ COMMENT=	Component for handling accounts-sso user inte
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libaccounts-qt5.so:${PORTSDIR}/net-im/libaccounts-qt5 \
-		libnotify.so:${PORTSDIR}/devel/libnotify \
-		libsignon-qt5.so:${PORTSDIR}/sysutils/signon-qt5 \
-		libproxy.so:${PORTSDIR}/net/libproxy
+LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5 \
+		libnotify.so:devel/libnotify \
+		libsignon-qt5.so:sysutils/signon-qt5 \
+		libproxy.so:net/libproxy
 
 USES=		pkgconfig python qmake tar:bz2
 USE_QT5=	buildtools_build qmake_build webkit widgets

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Mon Aug 21 16:45:27 2017	(r448480)
+++ head/x11/gdm/Makefile	Mon Aug 21 16:55:01 2017	(r448481)
@@ -92,7 +92,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 GNOME_LOCALSTATEDIR=	/var
 
 OPTIONS_DEFINE=	IPV6
-KEYRING_RUN_DEPENDS=	${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring
+KEYRING_RUN_DEPENDS=	${LOCALBASE}/lib/pam_gnome_keyring.so:security/gnome-keyring
 
 IPV6_CONFIGURE_ENABLE=	ipv6
 


More information about the svn-ports-all mailing list