svn commit: r368379 - head/devel/srecord

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 17 14:12:53 UTC 2014


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 at 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


More information about the svn-ports-head mailing list