svn commit: r389707 - head/lang/gawk
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 15 13:40:56 UTC 2015
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}
More information about the svn-ports-all
mailing list