diff options
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 3 |
1 files changed, 2 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 |