Date: Thu, 18 Sep 2014 13:22:58 +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: r368456 - head/devel/libexplain Message-ID: <201409181322.s8IDMwEE035007@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Sep 18 13:22:58 2014 New Revision: 368456 URL: http://svnweb.freebsd.org/changeset/ports/368456 QAT: https://qat.redports.org/buildarchive/r368456/ Log: Switch to USES=libtool:build Modified: head/devel/libexplain/Makefile Modified: head/devel/libexplain/Makefile ============================================================================== --- head/devel/libexplain/Makefile Thu Sep 18 13:20:57 2014 (r368455) +++ head/devel/libexplain/Makefile Thu Sep 18 13:22:58 2014 (r368456) @@ -16,15 +16,14 @@ LICENSE= LGPL3 BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -USES= bison gettext gmake libtool +USES= bison gettext gmake libtool:build USE_GHOSTSCRIPT_BUILD= yes -USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_linux_kd_h=no USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib PATCHLEVEL= D012
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181322.s8IDMwEE035007>