svn commit: r390240 - head/multimedia/libbdplus

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 14:38:53 UTC 2015


Author: bapt
Date: Sun Jun 21 14:38:52 2015
New Revision: 390240
URL: https://svnweb.freebsd.org/changeset/ports/390240

Log:
  Convert to USES=autoreconf

Modified:
  head/multimedia/libbdplus/Makefile

Modified: head/multimedia/libbdplus/Makefile
==============================================================================
--- head/multimedia/libbdplus/Makefile	Sun Jun 21 14:35:54 2015	(r390239)
+++ head/multimedia/libbdplus/Makefile	Sun Jun 21 14:38:52 2015	(r390240)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/se
 		libgpg-error.so:${PORTSDIR}/security/libgpg-error
 
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	autoconf aclocal automake
-USES=		tar:bzip2 pkgconfig libtool
+USES=		autoreconf tar:bzip2 pkgconfig libtool
 
 CONFIGURE_ARGS=	--without-libaacs
 


More information about the svn-ports-head mailing list