svn commit: r543240 - head/emulators/vice

Dirk Meyer dinoex at FreeBSD.org
Fri Jul 24 10:20:08 UTC 2020


Author: dinoex
Date: Fri Jul 24 10:20:08 2020
New Revision: 543240
URL: https://svnweb.freebsd.org/changeset/ports/543240

Log:
  - simpler BUILD_DEPENDS

Modified:
  head/emulators/vice/Makefile

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Fri Jul 24 10:14:16 2020	(r543239)
+++ head/emulators/vice/Makefile	Fri Jul 24 10:20:08 2020	(r543240)
@@ -62,7 +62,7 @@ SDLUI2_DESC=	use SDL2 user interface
 SDLSOUND_DESC=	build with SDL2 sound system support
 
 GTK3UI_CONFIGURE_ENABLE=	native-gtk3ui
-GTK3UI_BUILD_DEPENDS=		${LOCALBASE}/bin/bash:shells/bash
+GTK3UI_BUILD_DEPENDS=		bash:shells/bash
 SDLUI2_USES=			sdl
 SDLUI2_USE=			SDL=sdl2
 SDLUI2_CONFIGURE_ENABLE=	sdlui2


More information about the svn-ports-all mailing list