Date: Tue, 12 Nov 2013 18:18:38 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333596 - head/www/kpartsplugin Message-ID: <201311121818.rACIIchZ051109@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avilla Date: Tue Nov 12 18:18:38 2013 New Revision: 333596 URL: http://svnweb.freebsd.org/changeset/ports/333596 Log: - Use USES=webplugin. - Mark explicit dependency on qt4-corelib. Modified: head/www/kpartsplugin/Makefile head/www/kpartsplugin/pkg-plist Modified: head/www/kpartsplugin/Makefile ============================================================================== --- head/www/kpartsplugin/Makefile Tue Nov 12 18:01:39 2013 (r333595) +++ head/www/kpartsplugin/Makefile Tue Nov 12 18:18:38 2013 (r333596) @@ -11,18 +11,14 @@ MAINTAINER= avilla@FreeBSD.org COMMENT= Browser file viewer using KDE technology USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USE_QT4= gui moc_build qmake_build rcc_build uic_build +USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USE_BZIP2= yes -USES= cmake -CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGINS_DIR}" +USES= cmake webplugin:native +CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}" PORTDATE= 20120723 -USE_WEBPLUGINS= native -WEBPLUGINS_NAME= # empty -WEBPLUGINS_FILES= lib${PORTNAME}.so +WEBPLUGIN_NAME= # empty +WEBPLUGIN_FILES=lib${PORTNAME}.so -NO_STAGE= yes -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../www/firefox/Makefile.webplugins" -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/kpartsplugin/pkg-plist ============================================================================== --- head/www/kpartsplugin/pkg-plist Tue Nov 12 18:01:39 2013 (r333595) +++ head/www/kpartsplugin/pkg-plist Tue Nov 12 18:18:38 2013 (r333596) @@ -1,4 +1,4 @@ -%%WEBPLUGINS_DIR%%/libkpartsplugin.so +%%WEBPLUGIN_DIR%%/libkpartsplugin.so lib/kde4/kcm_kpartsplugin.so share/kde4/services/kcm_kpartsplugin.desktop -@dirrmtry %%WEBPLUGINS_DIR%% +@dirrmtry %%WEBPLUGIN_DIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311121818.rACIIchZ051109>