svn commit: r393933 - head/textproc/libodfgen01

Jung-uk Kim jkim at FreeBSD.org
Tue Aug 11 06:32:06 UTC 2015


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
 


More information about the svn-ports-all mailing list