diff options
Diffstat (limited to 'graphics/luxrender/Makefile')
-rw-r--r-- | graphics/luxrender/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index 47c73fd9f757..97ba697d4feb 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -44,8 +44,7 @@ OPTIONS= QT4 "Build Qt4 GUI executable" on \ .include <bsd.port.options.mk> .if defined(WITH_QT4) -USE_QT_VER= 4 -QT_COMPONENTS= moc_build qmake_build rcc_build uic_build corelib gui +USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui PLIST_FILES+= bin/luxrender .endif |