Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 18:31:49 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312070 - head/textproc/raptor2
Message-ID:  <201302111831.r1BIVn45099862@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon Feb 11 18:31:49 2013
New Revision: 312070
URL: http://svnweb.freebsd.org/changeset/ports/312070

Log:
  Add dependence on libxslt
  
  PR:		ports/175971
  Submitted by:	pawel@

Modified:
  head/textproc/raptor2/Makefile   (contents, props changed)

Modified: head/textproc/raptor2/Makefile
==============================================================================
--- head/textproc/raptor2/Makefile	Mon Feb 11 18:04:55 2013	(r312069)
+++ head/textproc/raptor2/Makefile	Mon Feb 11 18:31:49 2013	(r312070)
@@ -3,7 +3,7 @@
 
 PORTNAME=	raptor2
 PORTVERSION=	2.0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://download.librdf.org/source/ \
 		SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -17,7 +17,7 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 
 CONFLICTS=	raptor-1.4.1[0-9]* raptor-1.4.21
 
-USE_GNOME=	gnomehack libxml2
+USE_GNOME=	gnomehack libxml2 libxslt
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-xml2-config=${LOCALBASE}/bin/xml2-config \
 		--with-curl-config=${LOCALBASE}/bin/curl-config \



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