svn commit: r491825 - head/emulators/darcnes

Tobias Kortkamp tobik at FreeBSD.org
Fri Feb 1 15:09:03 UTC 2019


Author: tobik
Date: Fri Feb  1 15:09:02 2019
New Revision: 491825
URL: https://svnweb.freebsd.org/changeset/ports/491825

Log:
  emulators/darcnes: Remove GTK1 option
  
  x11-toolkits/gtk12 is gone since r488008.

Modified:
  head/emulators/darcnes/Makefile

Modified: head/emulators/darcnes/Makefile
==============================================================================
--- head/emulators/darcnes/Makefile	Fri Feb  1 15:07:54 2019	(r491824)
+++ head/emulators/darcnes/Makefile	Fri Feb  1 15:09:02 2019	(r491825)
@@ -3,7 +3,7 @@
 
 PORTNAME=	darcnes
 PORTVERSION=	9b0401
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	emulators
 MASTER_SITES=	http://www.dridus.com/~nyef/darcnes/download/ \
 		LOCAL/grembo
@@ -25,13 +25,9 @@ PORTDOCS=	readme
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_SINGLE=	BACKEND
-OPTIONS_SINGLE_BACKEND=	X11 GTK1 SVGALIB
+OPTIONS_SINGLE_BACKEND=	X11 SVGALIB
 OPTIONS_DEFAULT=X11
 BACKEND_DESC=	GUI backend
-
-GTK1_USES=	gettext-runtime
-GTK1_USE=	GNOME=gtk12  XORG=x11,xext,xi
-GTK1_VARS=	MAKE_ARGS+=TARGET=Linux_GTK
 
 SVGALIB_LIB_DEPENDS=	libvga.so:graphics/svgalib
 SVGALIB_VARS=		MAKE_ARGS+=TARGET=Linux_svgalib


More information about the svn-ports-all mailing list