Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 11:25:36 +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: r369716 - head/cad/freehdl
Message-ID:  <201410011125.s91BPaCH031317@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Oct  1 11:25:35 2014
New Revision: 369716
URL: https://svnweb.freebsd.org/changeset/ports/369716
QAT: https://qat.redports.org/buildarchive/r369716/

Log:
  Avoid a dependency on devel/libtool

Modified:
  head/cad/freehdl/Makefile

Modified: head/cad/freehdl/Makefile
==============================================================================
--- head/cad/freehdl/Makefile	Wed Oct  1 11:22:41 2014	(r369715)
+++ head/cad/freehdl/Makefile	Wed Oct  1 11:25:35 2014	(r369716)
@@ -10,10 +10,11 @@ MASTER_SITES=	http://freehdl.seul.org/~e
 MAINTAINER=	kamikaze@bsdforen.de
 COMMENT=	Free VHDL simulator
 
+USES=		gmake pathfix libtool makeinfo perl5 pkgconfig
 USE_LDCONFIG=	yes
-USES=		gmake pathfix libtool:build makeinfo perl5 pkgconfig
 USE_GCC=	any
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	SYSTEM_LIBTOOL=${FALSE}
 INSTALL_TARGET=	install-strip
 
 INFO=		fire



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