diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 19:50:40 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 19:50:40 +0800 |
commit | 99a51b3d055a3eb8fbfc36adf5840a984181409a (patch) | |
tree | 4c4284693a07111257b5af3932204d299e55e1dd /audio/libopenspc | |
parent | f52068f2446411c80a0411d2035cc2cc5ccc798f (diff) | |
download | freebsd-ports-gnome-99a51b3d055a3eb8fbfc36adf5840a984181409a.tar.gz freebsd-ports-gnome-99a51b3d055a3eb8fbfc36adf5840a984181409a.tar.zst freebsd-ports-gnome-99a51b3d055a3eb8fbfc36adf5840a984181409a.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'audio/libopenspc')
-rw-r--r-- | audio/libopenspc/Makefile | 7 |
1 files 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 <bsd.port.mk> |