svn commit: r368436 - head/comms/spandsp

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 09:43:19 UTC 2014


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
 


More information about the svn-ports-head mailing list