svn commit: r362883 - head/audio/libopenspc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jul 25 11:50:40 UTC 2014
Author: amdmi3
Date: Fri Jul 25 11:50:40 2014
New Revision: 362883
URL: http://svnweb.freebsd.org/changeset/ports/362883
QAT: https://qat.redports.org/buildarchive/r362883/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/audio/libopenspc/Makefile
Modified: head/audio/libopenspc/Makefile
==============================================================================
--- head/audio/libopenspc/Makefile Fri Jul 25 11:48:18 2014 (r362882)
+++ head/audio/libopenspc/Makefile Fri Jul 25 11:50:40 2014 (r362883)
@@ -3,6 +3,7 @@
PORTNAME= libopenspc
PORTVERSION= 0.3.99a
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kwm
@@ -13,11 +14,11 @@ COMMENT= Library for playing SPC (SNES a
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake libtool
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
-PLIST_FILES= include/openspc.h lib/libopenspc.a lib/libopenspc.la \
- lib/libopenspc.so lib/libopenspc.so.0 \
+PLIST_FILES= include/openspc.h lib/libopenspc.a \
+ lib/libopenspc.so lib/libopenspc.so.0 lib/libopenspc.so.0.0.3
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list