svn commit: r328063 - head/textproc/libwpd

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 21:39:38 UTC 2013


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
 


More information about the svn-ports-all mailing list