Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 01:08:32 +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: r336414 - head/graphics/libwpg
Message-ID:  <201312140108.rBE18WA3014587@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 14 01:08:32 2013
New Revision: 336414
URL: http://svnweb.freebsd.org/changeset/ports/336414

Log:
  Support stage

Modified:
  head/graphics/libwpg/Makefile

Modified: head/graphics/libwpg/Makefile
==============================================================================
--- head/graphics/libwpg/Makefile	Sat Dec 14 01:06:35 2013	(r336413)
+++ head/graphics/libwpg/Makefile	Sat Dec 14 01:08:32 2013	(r336414)
@@ -11,18 +11,17 @@ COMMENT=	Library and tools to work with 
 LICENSE=	LGPL21 MPL
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textproc/libwpd
+LIB_DEPENDS=	libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
 
 USE_AUTOTOOLS=	libtool
-USES=		pkgconfig perl5
-USE_GNOME=	gnomeprefix gnomehack ltverhack
+USES=		pkgconfig perl5 pathfix
+USE_GNOME=	gnomeprefix ltverhack
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-werror
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312140108.rBE18WA3014587>