svn commit: r346666 - head/textproc/rarian

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 17:57:26 UTC 2014


Author: miwi
Date: Sat Mar  1 17:57:25 2014
New Revision: 346666
URL: http://svnweb.freebsd.org/changeset/ports/346666
QAT: https://qat.redports.org/buildarchive/r346666/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/textproc/rarian/Makefile

Modified: head/textproc/rarian/Makefile
==============================================================================
--- head/textproc/rarian/Makefile	Sat Mar  1 17:56:45 2014	(r346665)
+++ head/textproc/rarian/Makefile	Sat Mar  1 17:57:25 2014	(r346666)
@@ -24,8 +24,8 @@ DOCBOOK_VERSION=4.2
 CONFLICTS=	scrollkeeper-[0-9]*
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomehier gnomehack libxslt
+USES=		gmake pathfix
+USE_GNOME=	gnomehier libxslt
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -35,7 +35,6 @@ CONFIGURE_ARGS=	--with-convert-dir=${LOC
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/lib/rarian|/db/rarian|' \
 		${WRKSRC}/util/Makefile.in


More information about the svn-ports-head mailing list