svn commit: r312070 - head/textproc/raptor2

Max Brazhnikov makc at FreeBSD.org
Mon Feb 11 18:31:50 UTC 2013


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 \


More information about the svn-ports-head mailing list