diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-08 01:53:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-08 01:53:19 +0000 |
commit | cf60be1fc4d8e8df3bd09779b7be2cc70fcf6579 (patch) | |
tree | 646b2ad240d94200926bb36299439755cc70a25d | |
parent | 32339a789ffc941b407a8198579edfd76ab8bb14 (diff) | |
download | freebsd-ports-cf60be1fc4d8e8df3bd09779b7be2cc70fcf6579.zip |
- Fix plist
Reported by: kris via pointyhat
-rw-r--r-- | audio/speex-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 4c3ed58a983f..632e21d12f55 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= speex PORTVERSION= 1.1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ @@ -24,7 +24,7 @@ CONFLICTS= speex-1.0* USE_GNOME= gnomehack USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15:inc +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes |