svn commit: r336414 - head/graphics/libwpg

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 14 01:08:32 UTC 2013


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}


More information about the svn-ports-head mailing list