Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2017 16:55:01 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448481 - in head: sysutils/signon-ui x11/gdm
Message-ID:  <201708211655.v7LGt1JZ007108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708211655.v7LGt1JZ007108>