svn commit: r390241 - head/multimedia/libbluray

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 14:41:06 UTC 2015


Author: bapt
Date: Sun Jun 21 14:41:05 2015
New Revision: 390241
URL: https://svnweb.freebsd.org/changeset/ports/390241

Log:
  Convert to USES=autoreconf

Modified:
  head/multimedia/libbluray/Makefile

Modified: head/multimedia/libbluray/Makefile
==============================================================================
--- head/multimedia/libbluray/Makefile	Sun Jun 21 14:38:52 2015	(r390240)
+++ head/multimedia/libbluray/Makefile	Sun Jun 21 14:41:05 2015	(r390241)
@@ -20,10 +20,10 @@ LIB_DEPENDS+=	libaacs.so:${PORTSDIR}/mul
 		libbdplus.so:${PORTSDIR}/multimedia/libbdplus
 
 INSTALL_TARGET=	install-strip
-USE_AUTOTOOLS=	autoconf aclocal automake
-USES=		iconv libtool pathfix pkgconfig tar:bzip2
+USES=		autoreconf iconv libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2
+GNU_CONFIGURE=	yes
 
 .include "Makefile.include"
 


More information about the svn-ports-all mailing list