Date: Sat, 14 Dec 2013 01:06:35 +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: r336413 - head/textproc/libwps Message-ID: <201312140106.rBE16ZXM014260@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Dec 14 01:06:35 2013 New Revision: 336413 URL: http://svnweb.freebsd.org/changeset/ports/336413 Log: Support stage, use options helpers Modified: head/textproc/libwps/Makefile Modified: head/textproc/libwps/Makefile ============================================================================== --- head/textproc/libwps/Makefile Sat Dec 14 01:03:12 2013 (r336412) +++ head/textproc/libwps/Makefile Sat Dec 14 01:06:35 2013 (r336413) @@ -13,25 +13,18 @@ LICENSE= LGPL21 MPL LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd +LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include USE_AUTOTOOLS= libtool -USES= pkgconfig -USE_GNOME= gnomehack gnomeprefix ltverhack +USES= pkgconfig pathfix +USE_GNOME= gnomeprefix ltverhack USE_LDCONFIG= yes - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen PORTDOCS= * -.else -CONFIGURE_ARGS+=--without-docs -.endif +DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOCS_CONFIGURE_OFF= --without-docs .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312140106.rBE16ZXM014260>