svn commit: r491824 - head/emulators/bfe
Tobias Kortkamp
tobik at FreeBSD.org
Fri Feb 1 15:07:55 UTC 2019
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 \
More information about the svn-ports-all
mailing list