aboutsummaryrefslogtreecommitdiff
path: root/textproc/gnugrep/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-28 20:54:31 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-28 20:54:31 +0000
commit5ba86fa011a72d35c3d321aab79ff9a52bffd807 (patch)
tree4ba49f4bcc4854eb3e5c2440a324ce27313fd34c /textproc/gnugrep/Makefile
parent931c10ff8254163285a72df7c6955e744bd2e3d4 (diff)
downloadports-5ba86fa011a72d35c3d321aab79ff9a52bffd807.tar.gz
ports-5ba86fa011a72d35c3d321aab79ff9a52bffd807.zip
- Update to version 3.5 [1]
- Use more option helpers [2] Found out via: www.opennet.ru [1] PR: 243235 [2]
Notes
Notes: svn path=/head/; revision=550450
Diffstat (limited to 'textproc/gnugrep/Makefile')
-rw-r--r--textproc/gnugrep/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile
index caf5418dc75f..69bdbf8b3163 100644
--- a/textproc/gnugrep/Makefile
+++ b/textproc/gnugrep/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= grep
-PORTVERSION= 3.4
+PORTVERSION= 3.5
CATEGORIES= textproc
MASTER_SITES= GNU
PKGNAMEPREFIX= gnu
@@ -27,17 +27,14 @@ LIBSIGSEGV_DESC= Use alternative page fault handler (GNU libsigsegv)
OPTIONS_SUB= yes
ICONV_CONFIGURE_USES= iconv
-ICONV_CONFIGURE_ON= --with-libiconv-prefix=${LOCALBASE}
-ICONV_CONFIGURE_OFF= --without-libiconv-prefix
+ICONV_CONFIGURE_WITH= libiconv-prefix=${LOCALBASE}
LIBSIGSEGV_LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
-LIBSIGSEGV_CONFIGURE_ON= --with-libsigsegv-prefix=${LOCALBASE}
-LIBSIGSEGV_CONFIGURE_OFF= --without-libsigsegv-prefix
+LIBSIGSEGV_CONFIGURE_WITH= libsigsegv-prefix=${LOCALBASE}
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
-NLS_CONFIGURE_OFF= --without-libintl-prefix
+NLS_CONFIGURE_WITH= libintl-prefix=${LOCALBASE}
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
PCRE_USES= pkgconfig