Date: Tue, 2 Jul 2013 22:25:53 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322207 - head/devel/mico Message-ID: <201307022225.r62MPrRE011488@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Jul 2 22:25:52 2013 New Revision: 322207 URL: http://svnweb.freebsd.org/changeset/ports/322207 Log: Remove the QT3 option which depends on the expired QT3 port. Modified: head/devel/mico/Makefile Modified: head/devel/mico/Makefile ============================================================================== --- head/devel/mico/Makefile Tue Jul 2 22:09:53 2013 (r322206) +++ head/devel/mico/Makefile Tue Jul 2 22:25:52 2013 (r322207) @@ -23,10 +23,9 @@ USE_GMAKE= yes USE_AUTOTOOLS= autoconf CONFIGURE_ENV+= EGREP=`which egrep` -OPTIONS_DEFINE= SERVICES SSL X11 QT3 GTK1 DEBUG TCL DOCS +OPTIONS_DEFINE= SERVICES SSL X11 GTK1 DEBUG TCL DOCS OPTIONS_DEFAULT= SSL SERVICES SERVICES_DESC= With services, plain ORB -QT3_DESC= Build with QT3 support GTK1_DESC= Build with GTK1 support TCL_DESC= Build with TCL support @@ -55,13 +54,7 @@ CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --without-x MICO_X11= "@comment " .endif -.if ${PORT_OPTIONS:MQT3} -USE_QT_VER= 3 -CONFIGURE_ARGS+= --with-qt=${LOCALBASE} -QTCPPFLAGS+= ${CPPFLAGS} -.else MICO_QT= "@comment " -.endif .if ${PORT_OPTIONS:MGTK1} USE_GNOME= gtk12 CONFIGURE_ARGS+= --with-gtk=${LOCALBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307022225.r62MPrRE011488>