diff options
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index aaee48e..cf67638 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -94,8 +94,7 @@ OPTIONS= ICONV "Build with ICONV support" on \ .include <bsd.port.options.mk> .if defined(WITH_GVEDIT) -USE_QT_VER= 4 -QT_COMPONENTS= qmake_build moc_build rcc_build uic_build linguist_build +USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build .endif .include <bsd.port.pre.mk> |