Date: Tue, 7 Oct 2014 14:16:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370341 - head/graphics/libetonyek01 Message-ID: <201410071416.s97EGBOM012579@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Oct 7 14:16:10 2014 New Revision: 370341 URL: https://svnweb.freebsd.org/changeset/ports/370341 QAT: https://qat.redports.org/buildarchive/r370341/ Log: Convert USES=gperf properly Modified: head/graphics/libetonyek01/Makefile Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Tue Oct 7 14:15:30 2014 (r370340) +++ head/graphics/libetonyek01/Makefile Tue Oct 7 14:16:10 2014 (r370341) @@ -13,7 +13,6 @@ COMMENT= Library to interpret and import LICENSE= LGPL21 MPL LICENSE_COMB= dual -USES= gperf LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ libxml2.so:${PORTSDIR}/textproc/libxml2 @@ -24,7 +23,7 @@ CONFIGURE_ARGS= --disable-werror --witho CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake gperf 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?201410071416.s97EGBOM012579>