diff options
Diffstat (limited to 'audio/ezstream/Makefile')
-rw-r--r-- | audio/ezstream/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 6b34fd8a378f..8b4254e4fd6e 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib |