diff options
author | johans <johans@FreeBSD.org> | 2013-05-05 15:20:28 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-05-05 15:20:28 +0800 |
commit | 904c25724dd2a42cb024ba79bc6791df3f11203b (patch) | |
tree | 730606c4723a90e49a7943e31cd919b00c1811a9 /textproc | |
parent | 5aac22f32d0c79510f6fb0408d392254a5b85e9b (diff) | |
download | freebsd-ports-gnome-904c25724dd2a42cb024ba79bc6791df3f11203b.tar.gz freebsd-ports-gnome-904c25724dd2a42cb024ba79bc6791df3f11203b.tar.zst freebsd-ports-gnome-904c25724dd2a42cb024ba79bc6791df3f11203b.zip |
Restore USES=gettext that got reverted accidentally
Submitted by: jgh
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/diffutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/diffutils/Makefile b/textproc/diffutils/Makefile index 763a3adec2aa..d63f1e521d6f 100644 --- a/textproc/diffutils/Makefile +++ b/textproc/diffutils/Makefile @@ -27,7 +27,7 @@ post-patch: .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls |