Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 13:40:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389707 - head/lang/gawk
Message-ID:  <201506151340.t5FDeuIc048423@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 15 13:40:55 2015
New Revision: 389707
URL: https://svnweb.freebsd.org/changeset/ports/389707

Log:
  - Use USES=readline instead of USES=readline:port
  
  gawk works fine with readline from base and readline.mk handles readline
  dependency (from base or ports) correctly.
  
  PR:		200408
  Submitted by:	sunpoet (myself)
  Approved by:	johans (maintainer, via email)

Modified:
  head/lang/gawk/Makefile

Modified: head/lang/gawk/Makefile
==============================================================================
--- head/lang/gawk/Makefile	Mon Jun 15 13:34:30 2015	(r389706)
+++ head/lang/gawk/Makefile	Mon Jun 15 13:40:55 2015	(r389707)
@@ -23,7 +23,7 @@ MPFR_CONFIGURE_OFF=	--without-gmp --with
 INFO=		gawk gawkinet
 
 GNU_CONFIGURE=	yes
-USES=		iconv libtool makeinfo readline:port tar:xz
+USES=		iconv libtool makeinfo readline tar:xz
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} \
 		--with-libintl-prefix=${LOCALBASE} \
 		AWK=${AWK}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506151340.t5FDeuIc048423>