Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:55:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390228 - head/net/msend
Message-ID:  <201506211355.t5LDtrRx069032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun 21 13:55:52 2015
New Revision: 390228
URL: https://svnweb.freebsd.org/changeset/ports/390228

Log:
  Convert to USES=autoreconf

Modified:
  head/net/msend/Makefile

Modified: head/net/msend/Makefile
==============================================================================
--- head/net/msend/Makefile	Sun Jun 21 13:55:19 2015	(r390227)
+++ head/net/msend/Makefile	Sun Jun 21 13:55:52 2015	(r390228)
@@ -10,10 +10,8 @@ MASTER_SITES=	LOCAL/markp
 MAINTAINER=	gd.workbox@gmail.com
 COMMENT=	Client and server for the RFC1312 message protocol
 
-USES=		readline
+USES=		autoreconf readline
 USE_RC_SUBR=	mesgd
-USE_AUTOTOOLS=	aclocal autoheader autoconf automake
-AUTOMAKE_ARGS+=	--add-missing
 GNU_CONFIGURE=	yes
 CFLAGS+=	-DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS
 



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