Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 09:43:18 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368436 - head/comms/spandsp
Message-ID:  <201409180943.s8I9hIfx030123@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 09:43:18 2014
New Revision: 368436
URL: http://svnweb.freebsd.org/changeset/ports/368436
QAT: https://qat.redports.org/buildarchive/r368436/

Log:
  Convert to USES=autoreconf

Modified:
  head/comms/spandsp/Makefile

Modified: head/comms/spandsp/Makefile
==============================================================================
--- head/comms/spandsp/Makefile	Thu Sep 18 09:41:31 2014	(r368435)
+++ head/comms/spandsp/Makefile	Thu Sep 18 09:43:18 2014	(r368436)
@@ -14,13 +14,11 @@ COMMENT=	DSP library and software FAX ma
 LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff
 
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal autoconf automake libtoolize
-AUTOMAKE_ARGS=	--add-missing
-USES=		gmake libtool tar:tgz
 INSTALL_TARGET=	install-strip
+USES=		autoreconf gmake libtool tar:tgz
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib
 
 USE_LDCONFIG=	yes
 



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