svn commit: r383795 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Apr 11 12:21:27 UTC 2015


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


More information about the svn-ports-all mailing list