Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 21:39:38 +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: r328063 - head/textproc/libwpd
Message-ID:  <201309232139.r8NLdcRf085485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 23 21:39:37 2013
New Revision: 328063
URL: http://svnweb.freebsd.org/changeset/ports/328063

Log:
  Support stage,
  Convert gnomehack to USES=pathfix

Modified:
  head/textproc/libwpd/Makefile

Modified: head/textproc/libwpd/Makefile
==============================================================================
--- head/textproc/libwpd/Makefile	Mon Sep 23 21:37:35 2013	(r328062)
+++ head/textproc/libwpd/Makefile	Mon Sep 23 21:39:37 2013	(r328063)
@@ -12,15 +12,15 @@ COMMENT=	Tools for importing and exporti
 LICENSE=	LGPL21 MPL
 LICENSE_COMB=	dual
 
+USES=		pathfix
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack libgsf
+USE_GNOME=	libgsf
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=	--without-docs
 PLIST_SUB=	MAJVER=${PORTVERSION:R}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in
 



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