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