From owner-svn-ports-all@FreeBSD.ORG Tue Aug 5 15:01:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36C6780D for ; Tue, 5 Aug 2014 15:01:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E93D28F5 for ; Tue, 5 Aug 2014 15:01:33 +0000 (UTC) Received: from amdmi3 (uid 1170) (envelope-from amdmi3@FreeBSD.org) id 5bb1 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 15:01:33 +0000 From: Dmitry Marakasov Date: Tue, 5 Aug 2014 15:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364114 - head/sysutils/gkleds2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e0f1cd.5bb1.54376a63@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 05 Aug 2014 15:01:33 -0000 Author: amdmi3 Date: Tue Aug 5 15:01:32 2014 New Revision: 364114 URL: http://svnweb.freebsd.org/changeset/ports/364114 QAT: https://qat.redports.org/buildarchive/r364114/ Log: - Switch to USES=libtool Modified: head/sysutils/gkleds2/Makefile Modified: head/sysutils/gkleds2/Makefile ============================================================================== --- head/sysutils/gkleds2/Makefile Tue Aug 5 14:56:44 2014 (r364113) +++ head/sysutils/gkleds2/Makefile Tue Aug 5 15:01:32 2014 (r364114) @@ -14,10 +14,10 @@ COMMENT= GKrellM Leds for CapsLock, NumL BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USES= pkgconfig gmake +USES= gmake libtool pkgconfig +GNU_CONFIGURE= yes USE_XORG= x11 xtst USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib