Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 12:21:27 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383795 - head/emulators/wine-devel
Message-ID:  <201504111221.t3BCLRnm086756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Apr 11 12:21:26 2015
New Revision: 383795
URL: https://svnweb.freebsd.org/changeset/ports/383795

Log:
  Change the COMPHOLIO-specific BUILD_DEPENDS to EXTRACT_DEPENDS now that
  we moved the unpacking and initial patching from the pre-configure target
  to post-extract.
  
  Reported by:	pkg-fallout

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sat Apr 11 12:15:57 2015	(r383794)
+++ head/emulators/wine-devel/Makefile	Sat Apr 11 12:21:26 2015	(r383795)
@@ -140,7 +140,7 @@ MASTER_SITES+=	https://github.com/compho
 COMP_DIST=	v${DISTVERSION}.tar.gz
 DISTFILES+=	${COMP_DIST}:cho
 
-BUILD_DEPENDS+=	bash:${PORTSDIR}/shells/bash \
+EXTRACT_DEPENDS=bash:${PORTSDIR}/shells/bash \
 		git:${PORTSDIR}/devel/git
 
 CONFIGURE_ARGS+=--without-pulse



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