diff options
Diffstat (limited to 'textproc/soprano/Makefile')
-rw-r--r-- | textproc/soprano/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index af8316d67470..83bcb858ddf5 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -6,6 +6,7 @@ PORTNAME= soprano PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -17,7 +18,8 @@ LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene \ USE_BZIP2= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib dbus qtestlib qmake moc uic rcc network +QT_COMPONENTS= corelib dbus qtestlib network \ + qmake_build moc_build uic_build rcc_build USE_GNOME= pkgconfig USE_LDCONFIG= yes USE_CMAKE= yes |