diff options
Diffstat (limited to 'graphics/gtksee/Makefile')
-rw-r--r-- | graphics/gtksee/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index 7f2a2e9b3740..abe5039d7345 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtksee -PORTVERSION= 0.5.5.1 -PORTREVISION= 1 +PORTVERSION= 0.5.6 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/gtksee/ @@ -33,6 +32,14 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ MAN1= gtksee.1 +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|^CFLAGS=""|CFLAGS="$$CFLAGS"|g' ${WRKSRC}/configure |