svn commit: r338811 - head/sysutils/kcm-polkit-kde

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 5 17:59:26 UTC 2014


Author: rakuco
Date: Sun Jan  5 17:59:25 2014
New Revision: 338811
URL: http://svnweb.freebsd.org/changeset/ports/338811

Log:
  - Use the new LIB_DEPENDS syntax.
  - Support staging.
  - Replace USE_GMAKE=yes with USES=gmake.

Modified:
  head/sysutils/kcm-polkit-kde/Makefile

Modified: head/sysutils/kcm-polkit-kde/Makefile
==============================================================================
--- head/sysutils/kcm-polkit-kde/Makefile	Sun Jan  5 17:53:15 2014	(r338810)
+++ head/sysutils/kcm-polkit-kde/Makefile	Sun Jan  5 17:59:25 2014	(r338811)
@@ -10,21 +10,19 @@ DISTNAME=	${PORTNAME}-kcmodules-1-${PORT
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Polkit-KDE configuration module
 
-LIB_DEPENDS=	polkit-qt-agent-1:${PORTSDIR}/sysutils/polkit-qt
+LIB_DEPENDS=	libpolkit-qt-agent-1.so:${PORTSDIR}/sysutils/polkit-qt
 RUN_DEPENDS=	${KDE4_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:${PORTSDIR}/sysutils/polkit-kde
 
 USE_KDE4=	kdehier kdelibs kdeprefix automoc4
 USE_QT4=	dbus xml moc_build qmake_build rcc_build uic_build
 USE_BZIP2=	yes
-USES=		cmake pkgconfig
-USE_GMAKE=	yes
+USES=		cmake gmake pkgconfig
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-kcmodules-1
 
 PORTDATE=	20121008
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's,/usr,${KDE4_PREFIX},' \
 		-e 's,/etc,${KDE4_PREFIX}/etc,' \


More information about the svn-ports-all mailing list