From owner-svn-ports-head@FreeBSD.ORG Sat Oct 20 09:25:42 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6169F342; Sat, 20 Oct 2012 09:25:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 475EB8FC16; Sat, 20 Oct 2012 09:25:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9K9PgMW096338; Sat, 20 Oct 2012 09:25:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9K9Pgvw096336; Sat, 20 Oct 2012 09:25:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210200925.q9K9Pgvw096336@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 20 Oct 2012 09:25:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306172 - head/textproc/libxslt-reference X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 09:25:42 -0000 Author: bapt Date: Sat Oct 20 09:25:41 2012 New Revision: 306172 URL: http://svn.freebsd.org/changeset/ports/306172 Log: Fix build dependency line Feature safe: yes Modified: head/textproc/libxslt-reference/Makefile Modified: head/textproc/libxslt-reference/Makefile ============================================================================== --- head/textproc/libxslt-reference/Makefile Sat Oct 20 08:49:11 2012 (r306171) +++ head/textproc/libxslt-reference/Makefile Sat Oct 20 09:25:41 2012 (r306172) @@ -1,13 +1,9 @@ -# New ports collection makefile for: libxslt-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTREVISION= 0 -BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../libxslt:configure +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxslt:configure PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC EXTRACT_ONLY=