[Midnightbsd-cvs] mports [19420] trunk/audio/faac/Makefile: use libtoolize to pull in libtool

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 9 21:48:04 EDT 2015


Revision: 19420
          http://svnweb.midnightbsd.org/mports/?rev=19420
Author:   laffer1
Date:     2015-06-09 21:48:04 -0400 (Tue, 09 Jun 2015)
Log Message:
-----------
use libtoolize to pull in libtool

Modified Paths:
--------------
    trunk/audio/faac/Makefile

Modified: trunk/audio/faac/Makefile
===================================================================
--- trunk/audio/faac/Makefile	2015-06-10 01:47:02 UTC (rev 19419)
+++ trunk/audio/faac/Makefile	2015-06-10 01:48:04 UTC (rev 19420)
@@ -2,7 +2,7 @@
 
 PORTNAME=	faac
 PORTVERSION=	1.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
 
@@ -17,6 +17,7 @@
 RESTRICTED=	Distribution in binary form is prohibited
 
 USES=		autoreconf dos2unix gmake libtool tar:bzip2
+USE_AUTOTOOLS=	libtoolize
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-mp4v2



More information about the Midnightbsd-cvs mailing list