diff options
author | perky <perky@FreeBSD.org> | 2006-06-04 01:44:20 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-06-04 01:44:20 +0800 |
commit | 88f74f3b3bc34f621d5e9daec00ecc94ca6b5b51 (patch) | |
tree | cbfef14cb397fac622abad53ffdd4b23853759a1 /audio | |
parent | 474db947ebf2362955a917c43c3172909ae514ed (diff) | |
download | freebsd-ports-gnome-88f74f3b3bc34f621d5e9daec00ecc94ca6b5b51.tar.gz freebsd-ports-gnome-88f74f3b3bc34f621d5e9daec00ecc94ca6b5b51.tar.zst freebsd-ports-gnome-88f74f3b3bc34f621d5e9daec00ecc94ca6b5b51.zip |
portlint(1) fix: add USE_GETTEXT
PR: 97252
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio')
-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" |