diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /audio/speex | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 3 | ||||
-rw-r--r-- | audio/speex/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index cc614b92345e..a995d743dd54 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -8,6 +8,7 @@ PORTNAME= speex PORTVERSION= 1.0.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} \ @@ -25,7 +26,7 @@ CONFLICTS= speex-devel-* USE_GNOME= gnomehack USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index 04a0ceb9f97c..0bab16c4585a 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -11,6 +11,7 @@ include/speex_callbacks.h include/speex_header.h include/speex_stereo.h lib/libspeex.a +lib/libspeex.la lib/libspeex.so lib/libspeex.so.3 libdata/pkgconfig/speex.pc |