From f557489da21a704558d0b782b2f0cad1efb70bfa Mon Sep 17 00:00:00 2001 From: glarkin Date: Thu, 16 Apr 2009 13:05:12 +0000 Subject: - Add WITHOUT_NLS knob and fix mtree error - Bump PORTREVISION Reported by: QAT Approved by: portmgr (marcus) --- devel/rsvndump/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'devel/rsvndump') diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile index bd0511d72fad..fd57901cef09 100644 --- a/devel/rsvndump/Makefile +++ b/devel/rsvndump/Makefile @@ -7,6 +7,7 @@ PORTNAME= rsvndump PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://saubue.boolsoft.org/projects/rsvndump/ \ LOCAL/glarkin @@ -16,6 +17,13 @@ COMMENT= Remote Subversion repository dumpfile generator GNU_CONFIGURE= yes +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_FILES+= share/locale/de/LC_MESSAGES/rsvndump.mo +.else +CONFIGURE_ARGS+= --disable-nls +.endif + MAN1= rsvndump.1 PLIST_FILES+= bin/rsvndump -- cgit