svn commit: r401595 - in head/audio/rsynth: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 14 20:33:59 UTC 2015


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


More information about the svn-ports-all mailing list