diff options
Diffstat (limited to 'graphics/meshviewer/Makefile')
-rw-r--r-- | graphics/meshviewer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile index 8b9a7dadb4e3..ddcc3f738459 100644 --- a/graphics/meshviewer/Makefile +++ b/graphics/meshviewer/Makefile @@ -17,8 +17,7 @@ COMMENT= Mesh Viewer WRKSRC= ${WRKDIR}/mview-${PORTVERSION} USE_GL= glu -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui opengl moc_build +USE_QT4= corelib gui opengl moc_build USE_GMAKE= yes CXXFLAGS+= -I. -Imesh -Imathvector \ `pkg-config --cflags QtOpenGL glu` |