diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /audio/openspc | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'audio/openspc')
-rw-r--r-- | audio/openspc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile index 5fc8f9aa95d7..5664472eb59c 100644 --- a/audio/openspc/Makefile +++ b/audio/openspc/Makefile @@ -7,6 +7,7 @@ PORTNAME= openspc PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://membres.lycos.fr/pixels/ DISTNAME= OpenSPC-${PORTVERSION} @@ -16,11 +17,11 @@ COMMENT= A command line player for .spc and .zst files ONLY_FOR_ARCHS= i386 # contains x86 asm code INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13 +USE_AUTOTOOLS= libtool:15 PORTDOCS= README -PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so lib/libOpenSPC.so.3 \ - lib/libOpenSPC.la lib/libOpenSPC.a +PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so \ + lib/libOpenSPC.so.3 lib/libOpenSPC.la lib/libOpenSPC.a .if !defined(NOPORTDOCS) post-install: |