From 88f74f3b3bc34f621d5e9daec00ecc94ca6b5b51 Mon Sep 17 00:00:00 2001 From: perky Date: Sat, 3 Jun 2006 17:44:20 +0000 Subject: portlint(1) fix: add USE_GETTEXT PR: 97252 Submitted by: Alexander Botero-Lowry --- audio/liteamp/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio') 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" -- cgit