diff options
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 125177f53b14..4efa4e8ac083 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_GCC= any USE_GMAKE= yes USE_GNOME= libxml2 -USE_BISON= build +USES= bison USE_RC_SUBR= asterisk MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ |