Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2015 20:33:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401595 - in head/audio/rsynth: . files
Message-ID:  <201511142033.tAEKXwfO042083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Nov 14 20:33:58 2015
New Revision: 401595
URL: https://svnweb.freebsd.org/changeset/ports/401595

Log:
  - Switch to USES=autoreconf

Deleted:
  head/audio/rsynth/files/patch-Makefile.in
Modified:
  head/audio/rsynth/Makefile

Modified: head/audio/rsynth/Makefile
==============================================================================
--- head/audio/rsynth/Makefile	Sat Nov 14 20:27:12 2015	(r401594)
+++ head/audio/rsynth/Makefile	Sat Nov 14 20:33:58 2015	(r401595)
@@ -14,8 +14,8 @@ COMMENT=	Speech synthesizer
 LIB_DEPENDS=	libgdbm.so:${PORTSDIR}/databases/gdbm \
 		libaudio.so:${PORTSDIR}/audio/nas
 
+USES=		autoreconf
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf
 
 pre-configure:
 	@${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c



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