diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 19:00:51 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 19:00:51 +0000 |
commit | 0f12fcc8c78dfd485816e8211d56ed0d8d8709cb (patch) | |
tree | 240e0e22ded18ec6f88d0c6795559809e740a137 /devel/libdsp | |
parent | 4428b915f75e3669962d230fe556b4aa35284383 (diff) | |
download | ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.tar.gz ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.zip |
Notes
Diffstat (limited to 'devel/libdsp')
-rw-r--r-- | devel/libdsp/Makefile | 2 | ||||
-rw-r--r-- | devel/libdsp/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile index 387e848d59eb..d52cb0ea826d 100644 --- a/devel/libdsp/Makefile +++ b/devel/libdsp/Makefile @@ -19,7 +19,7 @@ COMMENT= C++ class library of common digital signal processing functions WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION} -WANT_LIBTOOL_VER=13 +WANT_LIBTOOL_VER=15 USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" MKDIR="${MKDIR}" \ INLINE_VER="${INLINE_VER}" diff --git a/devel/libdsp/pkg-plist b/devel/libdsp/pkg-plist index b4f140bfd66b..0da1dead2902 100644 --- a/devel/libdsp/pkg-plist +++ b/devel/libdsp/pkg-plist @@ -27,7 +27,6 @@ include/dsp/X86.h include/dsp/dspop.h include/dsp/dsptypes.h lib/libdsp.a -lib/libdsp.la lib/libdsp.so lib/libdsp.so.5 @dirrm include/dsp |