Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 14:41:06 +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: r390241 - head/multimedia/libbluray
Message-ID:  <201506211441.t5LEf6XJ094863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



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