diff options
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r-- | audio/audacity/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 0342ede..922fe17 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes +USE_GETTEXT= yes MAN1= audacity.1 MANCOMPRESSED= yes @@ -35,10 +36,6 @@ OPTIONS= ID3TAG "ID3 tag support" off \ SSE_CFLAGS= -mno-sse -mno-sse2 .endif -.if ${ARCH} != "i386" -BROKEN= "Does not build on !i386" -.endif - CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \ |