diff options
author | gabor <gabor@FreeBSD.org> | 2010-06-03 01:50:02 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-06-03 01:50:02 +0800 |
commit | aa7efaa3d8a7d3e0b1123ea4f0d79052536b41f2 (patch) | |
tree | b5d3fb8bf679dc579587e1b54b5b3c8da4fce9fa /textproc | |
parent | b688d449d66398d10a62a7e6d20af1506b34374b (diff) | |
download | freebsd-ports-gnome-aa7efaa3d8a7d3e0b1123ea4f0d79052536b41f2.tar.gz freebsd-ports-gnome-aa7efaa3d8a7d3e0b1123ea4f0d79052536b41f2.tar.zst freebsd-ports-gnome-aa7efaa3d8a7d3e0b1123ea4f0d79052536b41f2.zip |
- Instead of previous commit, fix the issue properly by using gettext
Pointed out by: pav
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnugrep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index 300f248f43d3..8fd7e687ed07 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -7,7 +7,7 @@ PORTNAME= grep PORTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ PKGNAMEPREFIX= gnu MAINTAINER= gabor@FreeBSD.org COMMENT= GNU grep +USE_GETTEXT= yes GNU_CONFIGURE= yes MAN1= egrep.1 \ fgrep.1 \ @@ -23,8 +24,7 @@ MAN1= egrep.1 \ INFO= grep PLIST_FILES= bin/egrep \ bin/fgrep \ - bin/grep \ - lib/charset.alias + bin/grep OPTIONS= PCRE "Compile with Perl-compatible regex support" off |