From 99a51b3d055a3eb8fbfc36adf5840a984181409a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 25 Jul 2014 11:50:40 +0000 Subject: [PATCH] - Switch to USES=libtool, drop .la files Approved by: portmgr blanket --- audio/libopenspc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile index b1e279917756..d982de42895a 100644 --- a/audio/libopenspc/Makefile +++ b/audio/libopenspc/Makefile @@ -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 audio) files 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