summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/gwenhywfar-qt4/Makefile1
-rw-r--r--devel/gwenhywfar/Makefile10
2 files changed, 1 insertions, 10 deletions
diff --git a/devel/gwenhywfar-qt4/Makefile b/devel/gwenhywfar-qt4/Makefile
index 5083f5c8c5f3..dc78450948da 100644
--- a/devel/gwenhywfar-qt4/Makefile
+++ b/devel/gwenhywfar-qt4/Makefile
@@ -3,6 +3,7 @@
PORTREVISION= 0
PKGNAMESUFFIX= -${SLAVEPORT}
+BROKEN= Not supported
MAINTAINER= jhale@FreeBSD.org
COMMENT= Gwenhywfar Qt4 support library
diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile
index 3d106bccfe4e..fb988887a54b 100644
--- a/devel/gwenhywfar/Makefile
+++ b/devel/gwenhywfar/Makefile
@@ -58,16 +58,6 @@ LIB_DEPENDS+= libfreetype.so:print/freetype2 \
USE_GNOME+= cairo gdkpixbuf2 gtk20
. elif ${SLAVEPORT}=="gtk3"
USE_GNOME+= cairo gdkpixbuf2 gtk30
-. elif ${SLAVEPORT}=="qt4"
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USES+= qmake:no_env qt:4
-USE_QT= corelib gui moc_build uic_build
-CONFIGURE_ARGS+=--with-qt4-includes=${QT_INCDIR} \
- --with-qt4-libs=${QT_LIBDIR} \
- --with-qt4-moc=${MOC} \
- --with-qt4-uic=${UIC}
. elif ${SLAVEPORT}=="qt5"
USES+= compiler:c++11-lang qmake:no_env qt:5
USE_GL= gl