svn commit: r363584 - head/net/msend

Adam Weinberger adamw at FreeBSD.org
Thu Jul 31 12:52:27 UTC 2014


Author: adamw
Date: Thu Jul 31 12:52:26 2014
New Revision: 363584
URL: http://svnweb.freebsd.org/changeset/ports/363584
QAT: https://qat.redports.org/buildarchive/r363584/

Log:
  Add USES=readline to fix build on -current.

Modified:
  head/net/msend/Makefile

Modified: head/net/msend/Makefile
==============================================================================
--- head/net/msend/Makefile	Thu Jul 31 12:51:21 2014	(r363583)
+++ head/net/msend/Makefile	Thu Jul 31 12:52:26 2014	(r363584)
@@ -11,6 +11,7 @@ MASTER_SITE_SUBDIR=	markp
 MAINTAINER=	gd.workbox at gmail.com
 COMMENT=	Client and server for the RFC1312 message protocol
 
+USES=		readline
 USE_RC_SUBR=	mesgd
 USE_AUTOTOOLS=	aclocal autoheader autoconf automake
 AUTOMAKE_ARGS+=	--add-missing


More information about the svn-ports-all mailing list