diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /cad/meshlab | |
parent | Forced commit, I forgot to mention who reported the plist error. (diff) |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Diffstat (limited to 'cad/meshlab')
-rw-r--r-- | cad/meshlab/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index b6cfdcebbbd6..a4586ff01716 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -18,8 +18,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= A tool for processing and editing 3D triangular meshes USE_GL= glew glu -USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib gui xml opengl network moc uic rcc +USE_QT4= qmake corelib gui xml opengl network moc uic rcc USE_LDCONFIG= yes |