svn commit: r428833 - head/irc/epic4

Adam Weinberger adamw at FreeBSD.org
Sun Dec 18 04:44:04 UTC 2016


Author: adamw
Date: Sun Dec 18 04:44:03 2016
New Revision: 428833
URL: https://svnweb.freebsd.org/changeset/ports/428833

Log:
  Remove leftover reference to the TERMCAP knob that was removed.
  
  Approved by:	maintainer (jpaetzel)

Modified:
  head/irc/epic4/Makefile

Modified: head/irc/epic4/Makefile
==============================================================================
--- head/irc/epic4/Makefile	Sun Dec 18 04:43:19 2016	(r428832)
+++ head/irc/epic4/Makefile	Sun Dec 18 04:44:03 2016	(r428833)
@@ -62,10 +62,6 @@ CONFIGURE_ARGS+=	--with-ssl
 CONFIGURE_ARGS+=	--without-ssl
 .endif
 
-.if ${PORT_OPTIONS:MTERMCAP}
-CONFIGURE_ARGS+=	--with-termcap
-.endif
-
 post-extract:
 	@${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -r
 


More information about the svn-ports-head mailing list