aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-03 06:25:52 +0800
committerrene <rene@FreeBSD.org>2013-07-03 06:25:52 +0800
commitd9b5576b41d072811d252e294f4ef9388854e8c2 (patch)
tree49d60bf12a10d9a517099b8e7e146814654c3463
parent7580c8f5ce0a381c45b9076a4f942f91bf516fce (diff)
downloadfreebsd-ports-gnome-d9b5576b41d072811d252e294f4ef9388854e8c2.tar.gz
freebsd-ports-gnome-d9b5576b41d072811d252e294f4ef9388854e8c2.tar.zst
freebsd-ports-gnome-d9b5576b41d072811d252e294f4ef9388854e8c2.zip
Remove the QT3 option which depends on the expired QT3 port.
-rw-r--r--devel/mico/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index dddbc6338b1c..31093f954ac6 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -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}