From owner-svn-ports-all@freebsd.org Thu Jun 22 18:20:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89974D91FD9; Thu, 22 Jun 2017 18:20:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5733D84EF9; Thu, 22 Jun 2017 18:20:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5MIK8qX057783; Thu, 22 Jun 2017 18:20:08 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5MIK836057782; Thu, 22 Jun 2017 18:20:08 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706221820.v5MIK836057782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 22 Jun 2017 18:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444126 - head/deskutils/basket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2017 18:20:09 -0000 Author: tcberner Date: Thu Jun 22 18:20:08 2017 New Revision: 444126 URL: https://svnweb.freebsd.org/changeset/ports/444126 Log: Don't depend unnecessarily on kdepim4. The dependency needed is kdelibs. * kdepim is only needed for the kparts, which are not built anyways. Modified: head/deskutils/basket/Makefile Modified: head/deskutils/basket/Makefile ============================================================================== --- head/deskutils/basket/Makefile Thu Jun 22 17:39:03 2017 (r444125) +++ head/deskutils/basket/Makefile Thu Jun 22 18:20:08 2017 (r444126) @@ -3,7 +3,7 @@ PORTNAME= basket PORTVERSION= 1.81 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils kde MASTER_SITES= http://basket.kde.org/downloads/ @@ -16,7 +16,7 @@ LIB_DEPENDS= libgpgme.so:security/gpgme USES= cmake gettext-tools kde:4 tar:bzip2 USE_XORG= xft xpm -USE_KDE= automoc4 pimlibs qimageblitz +USE_KDE= automoc4 kdelibs qimageblitz USE_QT4= moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes