From owner-svn-ports-head@FreeBSD.ORG Sat Dec 14 01:06:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 135A72A4; Sat, 14 Dec 2013 01:06:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3DEF11CD; Sat, 14 Dec 2013 01:06:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBE16ZC2014261; Sat, 14 Dec 2013 01:06:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBE16ZXM014260; Sat, 14 Dec 2013 01:06:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312140106.rBE16ZXM014260@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 14 Dec 2013 01:06:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336413 - head/textproc/libwps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2013 01:06:36 -0000 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 - -.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