On Sat, 27 Nov 2010 12:26:56 +0000 (UTC), Dirk Meyer wrote:
> dinoex 2010-11-27 12:26:56 UTC
>
> FreeBSD ports repository
>
> Modified files:
> net-im/licq-qt-gui Makefile pkg-descr pkg-plist
> Added files:
> net-im/licq-qt-gui/files patch-CMakeLists.txt
> Removed files:
> net-im/licq-qt-gui/files patch-configure
> Log:
> - update licq ports to 1.5.0
> - use cmake framework
> - add license
>
> Revision Changes Path
.if defined(WITH_KDE)
KDE_SUFFIX= -kde
-USE_KDELIBS_VER=3
-CONFIGURE_ARGS+=--with-kde
-CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
+USE_KDELIBS_VER=4
I think you want 'USE_KDE4= kdelibs automoc4' here. Since USE_KDE4 does not
imply Qt4, you need to add the following two lines for any KDE4 port [1]:
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
-USE_QT_VER= 3
-PLIST_SUB+= GUI_NAME=qt
+USE_QT_VER= 4
+QT_COMPONENTS= qmake_build moc_build rcc_build uic_build xml gui linguist
linguist component is usually used for creating l10n files and then it should
be build only dependency: linguist_build
Max
[1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-
kde.html
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"