Date: Mon, 17 Sep 2012 15:06:26 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304404 - head/x11-themes/gtk-qt4-engine Message-ID: <201209171506.q8HF6QLQ040935@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Mon Sep 17 15:06:26 2012 New Revision: 304404 URL: http://svn.freebsd.org/changeset/ports/304404 Log: Remove superfluous dependence on kdebase Remove indirect dependence on qt4 library PR: ports/171214 Approved by: maintainer timeout (17 days) Modified: head/x11-themes/gtk-qt4-engine/Makefile (contents, props changed) Modified: head/x11-themes/gtk-qt4-engine/Makefile ============================================================================== --- head/x11-themes/gtk-qt4-engine/Makefile Mon Sep 17 15:06:03 2012 (r304403) +++ head/x11-themes/gtk-qt4-engine/Makefile Mon Sep 17 15:06:26 2012 (r304404) @@ -7,7 +7,7 @@ PORTNAME= gtk-qt4-engine PORTVERSION= 1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes MASTER_SITES= http://gtk-qt-engine.googlecode.com/files/ DISTFILES= gtk-qt-engine-${PORTVERSION}${EXTRACT_SUFX} @@ -18,9 +18,9 @@ COMMENT= GTK-QT Theme Engine allows GTK2 USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gtk20 -USE_QT4= gui moc_build rcc_build uic_build qmake_build +USE_QT4= moc_build rcc_build uic_build qmake_build USE_CMAKE= yes -USE_KDE4= kdebase kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 OPTIONS= LIBBONOBOUI "Install libbonoboui if missing" off
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209171506.q8HF6QLQ040935>