diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-05-23 14:52:35 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-05-23 14:52:35 +0000 |
commit | 087dd6152a479f6e3f7161eb270aec5d3b67ba51 (patch) | |
tree | 816d4036772c9e1602ac7fa740cbe4a8dc29db78 /lang/gawk | |
parent | 1ab6843a7b0138213025bc32bce7c06fd32a100e (diff) | |
download | ports-087dd6152a479f6e3f7161eb270aec5d3b67ba51.tar.gz ports-087dd6152a479f6e3f7161eb270aec5d3b67ba51.zip |
Notes
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index feb5527aaf79..f301a7e88c55 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -3,14 +3,14 @@ PORTNAME= gawk PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= GNU version of Awk -LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv \ - libreadline.so:${PORTSDIR}/devel/readline +LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv OPTIONS_DEFINE= NLS MPFR OPTIONS_SUB= yes @@ -23,10 +23,9 @@ MPFR_CONFIGURE_OFF= --without-gmp --without-mpfr INFO= gawk gawkinet GNU_CONFIGURE= yes -USES= iconv libtool makeinfo tar:xz +USES= iconv libtool makeinfo readline:port tar:xz CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} \ - --with-readline=${LOCALBASE} \ AWK=${AWK} INSTALL_TARGET= install-strip |