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 | |
parent | devel/matreskha: Upgrade version 0.6.0 => 0.7.0 (diff) |
- Force linking with readline from ports
Note that gawk works fine with readline from base,
but it would break dependency tracking if we get this wrong
PR: 200408
Submitted by: sunpoet
Notes
Notes:
svn path=/head/; revision=387131
-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 |