Date: Fri, 1 Feb 2019 15:07:54 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491824 - head/emulators/bfe Message-ID: <201902011507.x11F7sZc000634@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Feb 1 15:07:54 2019 New Revision: 491824 URL: https://svnweb.freebsd.org/changeset/ports/491824 Log: emulators/bfe: Remove options x11-toolkits/gtk12 is gone since r488008, so there is no point to them anymore. Modified: head/emulators/bfe/Makefile Modified: head/emulators/bfe/Makefile ============================================================================== --- head/emulators/bfe/Makefile Fri Feb 1 15:05:20 2019 (r491823) +++ head/emulators/bfe/Makefile Fri Feb 1 15:07:54 2019 (r491824) @@ -3,7 +3,7 @@ PORTNAME= bfe2 PORTVERSION= 20030723 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators MASTER_SITES= SF/bfe/source/23jul2003 DISTNAME= ${PORTNAME}-23jul2003 @@ -15,18 +15,12 @@ RUN_DEPENDS= bochs:emulators/bochs WRKSRC= ${WRKDIR}/${PORTNAME} -USES= pkgconfig +USES= gnome pkgconfig +USE_GNOME= gtk20 + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh - -OPTIONS_SINGLE= GTK -OPTIONS_SINGLE_GTK= GTK1 GTK2 -OPTIONS_DEFAULT= GTK2 - -GTK1_USE= GNOME=gtk12 -GTK1_CONFIGURE_ON= --gtk 1.2 -GTK2_USE= GNOME=gtk20 -GTK2_CONFIGURE_ON= --gtk 2.0 +CONFIGURE_ARGS= --gtk 2.0 post-patch: @${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902011507.x11F7sZc000634>