Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 07:26:15 +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: r366840 - head/textproc/flex
Message-ID:  <201409010726.s817QFk7058656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Sep  1 07:26:14 2014
New Revision: 366840
URL: http://svnweb.freebsd.org/changeset/ports/366840
QAT: https://qat.redports.org/buildarchive/r366840/

Log:
  Add USES=libtool

Modified:
  head/textproc/flex/Makefile
  head/textproc/flex/pkg-plist

Modified: head/textproc/flex/Makefile
==============================================================================
--- head/textproc/flex/Makefile	Mon Sep  1 05:43:02 2014	(r366839)
+++ head/textproc/flex/Makefile	Mon Sep  1 07:26:14 2014	(r366840)
@@ -2,7 +2,7 @@
 
 PORTNAME=	flex
 PORTVERSION=	2.5.39
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	help2man:${PORTSDIR}/misc
 		gm4:${PORTSDIR}/devel/m4
 RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
-USES=		bison gmake makeinfo tar:bzip2
+USES=		bison gmake libtool makeinfo tar:bzip2
 GNU_CONFIGURE=	yes
 # install flex header to its own dir to avoid conflict with system flex.
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/flex --disable-shared

Modified: head/textproc/flex/pkg-plist
==============================================================================
--- head/textproc/flex/pkg-plist	Mon Sep  1 05:43:02 2014	(r366839)
+++ head/textproc/flex/pkg-plist	Mon Sep  1 07:26:14 2014	(r366840)
@@ -2,9 +2,7 @@ bin/flex
 bin/flex++
 include/flex/FlexLexer.h
 lib/libfl.a
-lib/libfl.la
 lib/libfl_pic.a
-lib/libfl_pic.la
 man/man1/flex.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING



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