svn commit: r361313 - head/audio/gmpc-extraplaylist
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 8 22:25:44 UTC 2014
Author: amdmi3
Date: Tue Jul 8 22:25:43 2014
New Revision: 361313
URL: http://svnweb.freebsd.org/changeset/ports/361313
QAT: https://qat.redports.org/buildarchive/r361313/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/audio/gmpc-extraplaylist/Makefile
Modified: head/audio/gmpc-extraplaylist/Makefile
==============================================================================
--- head/audio/gmpc-extraplaylist/Makefile Tue Jul 8 22:23:03 2014 (r361312)
+++ head/audio/gmpc-extraplaylist/Makefile Tue Jul 8 22:25:43 2014 (r361313)
@@ -3,7 +3,7 @@
PORTNAME= gmpc-extraplaylist
PORTVERSION= 0.20.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
@@ -16,11 +16,10 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
-USES= pkgconfig
+USES= libtool pkgconfig
USE_GNOME= glib20 gtk20 libglade2 libxml2
-PLIST_FILES= lib/gmpc/plugins/libextraplaylist.la \
- lib/gmpc/plugins/libextraplaylist.so
+PLIST_FILES= lib/gmpc/plugins/libextraplaylist.so
PLIST_DIRSTRY= lib/gmpc/plugins lib/gmpc
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list