svn commit: r557459 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Thu Dec 10 21:03:30 UTC 2020
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
More information about the svn-ports-head
mailing list