diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-06-03 17:44:20 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-06-03 17:44:20 +0000 |
commit | a93bd2d32dba12f7e02ed92662fb7983ce4f8be8 (patch) | |
tree | 4178058c6d53dfdffe8c0a3ab3b2f313103fd958 /audio/liteamp | |
parent | aad70a9c49fca5d0e765e61347945b9b69281f59 (diff) | |
download | ports-a93bd2d32dba12f7e02ed92662fb7983ce4f8be8.tar.gz ports-a93bd2d32dba12f7e02ed92662fb7983ce4f8be8.zip |
Notes
Diffstat (limited to 'audio/liteamp')
-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" |