summaryrefslogtreecommitdiff
path: root/mail/filtermail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/filtermail/Makefile')
-rw-r--r--mail/filtermail/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/filtermail/Makefile b/mail/filtermail/Makefile
index 0422a723d485..01f240b4b988 100644
--- a/mail/filtermail/Makefile
+++ b/mail/filtermail/Makefile
@@ -9,7 +9,7 @@
#
PORTNAME= filtermail
-PORTVERSION= 0.7
+PORTVERSION= 0.7.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://home.in.tum.de/baueran/%SUBDIR%/
@@ -41,12 +41,12 @@ MAN5= filtermailex.5 filtermailrc.5
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.if !defined(WITHOUT_NLS)
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
.endif
post-extract: