Removed broken qt2 support. It's QT3 only now.

Approved by:	(hopefully soon) kris
This commit is contained in:
Alan Eldridge 2002-11-29 17:44:53 +00:00
parent fb6816135c
commit cba35c51c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71233

View file

@ -33,12 +33,7 @@ PLIST_SUB+= HAVE_LATEX="@comment "
.endif # !defined(HAVE_LATEX) .endif # !defined(HAVE_LATEX)
.if defined(WITH_QT2) .if defined(WITH_QT2)
USE_QT_VER= 2 BROKEN= "QT2 support has been removed"
QT_INC= ${X11BASE}/include/qt2
QT_NAME= qt
QT_OPENGL= -lqtgl
THREADLIBS=
PKGNAMESUFFIX= -qt2
.else # not QT2 .else # not QT2
USE_QT_VER= 3 USE_QT_VER= 3
QT_INC= ${X11BASE}/include QT_INC= ${X11BASE}/include