Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:03:30 +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: r557459 - head/emulators/wine-devel
Message-ID:  <202012102103.0BAL3UcR024427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Thu Dec 10 21:03:29 2020
New Revision: 557459
URL: https://svnweb.freebsd.org/changeset/ports/557459

Log:
  Remove the dependency on sysutils/prelink which the emulators/wine
  port has never had to begin with from all I can tell.
  
  This brings this wine-devel port and the wine port closer in sync,
  and prelink is broken on -CURRENT among others.
  
  PR:		251686

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Thu Dec 10 20:37:15 2020	(r557458)
+++ head/emulators/wine-devel/Makefile	Thu Dec 10 21:03:29 2020	(r557459)
@@ -19,8 +19,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=	amd64 i386
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
-		prelink:sysutils/prelink
+BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
 LIB_DEPENDS=	libFAudio.so:audio/faudio \
 		libxml2.so:textproc/libxml2
 



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