svn commit: r369716 - head/cad/freehdl

Tijl Coosemans tijl at FreeBSD.org
Wed Oct 1 11:25:36 UTC 2014


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


More information about the svn-ports-all mailing list