Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 06:32:06 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393933 - head/textproc/libodfgen01
Message-ID:  <201508110632.t7B6W6t0074096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Aug 11 06:32:05 2015
New Revision: 393933
URL: https://svnweb.freebsd.org/changeset/ports/393933

Log:
  Remove devel/gperf from BUILD_DEPENDS.  It was never required.

Modified:
  head/textproc/libodfgen01/Makefile

Modified: head/textproc/libodfgen01/Makefile
==============================================================================
--- head/textproc/libodfgen01/Makefile	Tue Aug 11 05:14:19 2015	(r393932)
+++ head/textproc/libodfgen01/Makefile	Tue Aug 11 06:32:05 2015	(r393933)
@@ -18,7 +18,7 @@ CONFIGURE_ARGS=	--disable-werror --witho
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 GNU_CONFIGURE=	yes
-USES=		compiler:features gperf libtool pathfix pkgconfig tar:xz
+USES=		compiler:features libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 



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