Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 14:12:52 +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: r368379 - head/devel/srecord
Message-ID:  <201409171412.s8HECqro076102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Sep 17 14:12:52 2014
New Revision: 368379
URL: http://svnweb.freebsd.org/changeset/ports/368379
QAT: https://qat.redports.org/buildarchive/r368379/

Log:
  Switch to USES=libtool:build

Modified:
  head/devel/srecord/Makefile

Modified: head/devel/srecord/Makefile
==============================================================================
--- head/devel/srecord/Makefile	Wed Sep 17 14:08:34 2014	(r368378)
+++ head/devel/srecord/Makefile	Wed Sep 17 14:12:52 2014	(r368379)
@@ -11,11 +11,10 @@ MAINTAINER=	brooks@FreeBSD.org
 COMMENT=	Collection of powerful tools for manipulating EPROM load files
 
 BUILD_DEPENDS=	ps2pdf:${PORTSDIR}/print/ghostscript9 \
-		${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \
-		libtool:${PORTSDIR}/devel/libtool
+		${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
-USES=		libtool
+USES=		libtool:build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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