diff options
author | tdb <tdb@FreeBSD.org> | 2006-04-17 02:04:10 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-04-17 02:04:10 +0800 |
commit | 12b5f90047d77f3eccda460336667ac186866f42 (patch) | |
tree | e5a8013873c010d57fecdbc52cc460db1c658d27 /mail/gnubiff/Makefile | |
parent | 4faa9c8671aa69b181e0678394688a79d6fc9ed1 (diff) | |
download | freebsd-ports-gnome-12b5f90047d77f3eccda460336667ac186866f42.tar.gz freebsd-ports-gnome-12b5f90047d77f3eccda460336667ac186866f42.tar.zst freebsd-ports-gnome-12b5f90047d77f3eccda460336667ac186866f42.zip |
- Update to 2.2.0
- Add WITHOUT_NLS knob
Diffstat (limited to 'mail/gnubiff/Makefile')
-rw-r--r-- | mail/gnubiff/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index b47c2ae30c68..887dd45573b9 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnubiff -PORTVERSION= 2.1.9 +PORTVERSION= 2.2.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,6 +35,15 @@ INFO= gnubiff CONFIGURE_ARGS+= --with-password .endif +.ifndef(WITHOUT_NLS) +CONFIGURE_ARGS+= --enable-nls +PLIST_SUB+= NLS="" +USE_GETTEXT= yes +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + # This application can dock in the GNOME panel, or it can not. # Only install support if gnomepanel is already installed. WANT_GNOME= yes |