From owner-svn-ports-all@FreeBSD.ORG Mon Feb 11 18:31:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0488E43C; Mon, 11 Feb 2013 18:31:50 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E12723CD; Mon, 11 Feb 2013 18:31:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1BIVnOf099863; Mon, 11 Feb 2013 18:31:49 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1BIVn45099862; Mon, 11 Feb 2013 18:31:49 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201302111831.r1BIVn45099862@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 11 Feb 2013 18:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312070 - head/textproc/raptor2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 18:31:50 -0000 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 \