diff options
Diffstat (limited to 'audio/liteamp/Makefile')
-rw-r--r-- | audio/liteamp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index 126273dfb2dd..237809f8604e 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -20,6 +20,9 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui gnomeprefix +.ifndef WITHOUT_NLS +USE_GETTEXT= yes +.endif GNU_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" |