Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 22:22:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361305 - head/audio/gmpc-lyricsplugin
Message-ID:  <201407082222.s68MMCrV034473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul  8 22:22:12 2014
New Revision: 361305
URL: http://svnweb.freebsd.org/changeset/ports/361305
QAT: https://qat.redports.org/buildarchive/r361305/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/audio/gmpc-lyricsplugin/Makefile

Modified: head/audio/gmpc-lyricsplugin/Makefile
==============================================================================
--- head/audio/gmpc-lyricsplugin/Makefile	Tue Jul  8 22:22:06 2014	(r361304)
+++ head/audio/gmpc-lyricsplugin/Makefile	Tue Jul  8 22:22:12 2014	(r361305)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-lyricsplugin
 PORTVERSION=	0.20.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
@@ -17,10 +17,9 @@ RUN_DEPENDS=	gmpc:${PORTSDIR}/audio/gmpc
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	intltool glib20 gtk20 libxml2
-USES=		gettext gmake pkgconfig
+USES=		gettext gmake libtool pkgconfig
 
-PLIST_FILES=	lib/gmpc/plugins/lyricspluginplugin.la \
-		lib/gmpc/plugins/lyricspluginplugin.so
+PLIST_FILES=	lib/gmpc/plugins/lyricspluginplugin.so
 PLIST_DIRSTRY=	lib/gmpc/plugins lib/gmpc
 
 .include <bsd.port.mk>



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