Index: x11-toolkits/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/Makefile,v retrieving revision 1.490 diff -u -r1.490 Makefile --- x11-toolkits/Makefile 19 Dec 2008 21:58:16 -0000 1.490 +++ x11-toolkits/Makefile 30 Dec 2008 22:38:00 -0000 @@ -223,6 +223,7 @@ SUBDIR += py-xlib SUBDIR += qscintilla SUBDIR += qt33 + SUBDIR += qt33-opengl SUBDIR += qt4-gui SUBDIR += qtpixmap SUBDIR += qwt4 Index: x11-toolkits/qt33/Makefile =================================================================== RCS file: /home/pcvs/ports/x11-toolkits/qt33/Makefile,v retrieving revision 1.221 diff -u -r1.221 Makefile --- x11-toolkits/qt33/Makefile 15 Jun 2008 18:47:46 -0000 1.221 +++ x11-toolkits/qt33/Makefile 30 Dec 2008 22:38:00 -0000 @@ -24,7 +24,7 @@ jpeg:${PORTSDIR}/graphics/jpeg EXTRA_PATCHES= ${PATCHDIR}/0081-format-string-fixes.diff -CONFLICTS= linguist-0.* qt-2.* qt-3.0.* \ +CONFLICTS+= linguist-0.* qt-2.* qt-3.0.* \ qt-3.1.* qt-3.2.* qt-designer-2.* xfmail-1.5.[0-5] \ xfmail-1.5.5_[1-2] Index: x11-toolkits/qt33-opengl/Makefile =================================================================== RCS file: x11-toolkits/qt33-opengl/Makefile diff -N x11-toolkits/qt33-opengl/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11-toolkits/qt33-opengl/Makefile 30 Dec 2008 22:38:01 -0000 @@ -0,0 +1,17 @@ +# New ports collection makefile for: qt33-opengl +# Date created: 30 Dec 2008 +# Whom: glarkin@FreeBSD.ORG +# +# $FreeBSD$ +# + +MAINTAINER= glarkin@FreeBSD.org +COMMENT= Multiplatform C++ application framework with OpenGL enabled + +PKGNAMESUFFIX= -opengl +CONFLICTS+= qt-3.3.* + +WITH_OPENGL= true +MASTERDIR= ${.CURDIR}/../qt33 + +.include "${MASTERDIR}/Makefile"