diff options
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index fc05a4aaaf1b..5bfa9291bf9f 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 1.8.23.1 +PORTVERSION= 1.8.25.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -26,9 +26,8 @@ CONFIGURE_ARGS= --with-gsm=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_CSTD= gnu89 -USE_GMAKE= yes USE_GNOME= libxml2 -USES= bison +USES= bison gmake USE_RC_SUBR= asterisk MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ |