diff options
Diffstat (limited to 'graphics/kolourpaint/Makefile')
-rw-r--r-- | graphics/kolourpaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index b21cc06630b3..7bebfc78b85c 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -13,9 +13,10 @@ COMMENT= KDE 4 paint program CONFLICTS= kdegraphics-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 qimageblitz -KDE4_BUILDENV= yes +USES= cmake:outsource USE_QT4= corelib qmake_build moc_build uic_build rcc_build USE_XZ= yes +USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |