Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/soundtouch/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 5 Jan 2007 21:37:37 -0000 1.5 +++ Makefile 26 Jan 2007 16:44:18 -0000 @@ -14,7 +14,9 @@ COMMENT= An open-source audio processing library GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static --enable-shared USE_GMAKE= yes +USE_LDCONFIG= yes # For some reason this library contains config/ directory with # lots of broken symlinks. Remove them here and add new one using Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/audio/soundtouch/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 5 Jan 2007 21:37:37 -0000 1.2 +++ pkg-plist 26 Jan 2007 16:44:18 -0000 @@ -6,10 +6,12 @@ include/soundtouch/SoundTouch.h include/soundtouch/soundtouch_config.h @dirrm include/soundtouch -lib/libBPM.a lib/libBPM.la -lib/libSoundTouch.a +lib/libBPM.so +lib/libBPM.so.0 lib/libSoundTouch.la +lib/libSoundTouch.so +lib/libSoundTouch.so.0 share/aclocal/soundtouch.m4 libdata/pkgconfig/soundtouch-1.0.pc %%PORTDOCS%%%%DOCSDIR%%/COPYING.TXT