From a93bd2d32dba12f7e02ed92662fb7983ce4f8be8 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang 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/liteamp') 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 v1.2.3