From 209ea291345f2a17435b5bae148a6def3f745d4b Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 10 Dec 2020 21:03:29 +0000 Subject: [PATCH] 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 --- emulators/wine-devel/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1533a95a684a..acb5c0faccda 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -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