From owner-svn-ports-head@freebsd.org Sat Dec 16 09:00:37 2017 Return-Path: Delivered-To: svn-ports-head@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 1D4B3EA1CA5; Sat, 16 Dec 2017 09:00:37 +0000 (UTC) (envelope-from amdmi3@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 DD8757D3D1; Sat, 16 Dec 2017 09:00:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBG90a6x087336; Sat, 16 Dec 2017 09:00:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBG90Zit087335; Sat, 16 Dec 2017 09:00:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712160900.vBG90Zit087335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 16 Dec 2017 09:00:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456462 - head/net/gnome-nettool X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/gnome-nettool X-SVN-Commit-Revision: 456462 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2017 09:00:37 -0000 Author: amdmi3 Date: Sat Dec 16 09:00:35 2017 New Revision: 456462 URL: https://svnweb.freebsd.org/changeset/ports/456462 Log: - Switch to USES=localbase - Remove obsolete OSVERSION condition Approved by: portmgr blanket Modified: head/net/gnome-nettool/Makefile Modified: head/net/gnome-nettool/Makefile ============================================================================== --- head/net/gnome-nettool/Makefile Sat Dec 16 09:00:32 2017 (r456461) +++ head/net/gnome-nettool/Makefile Sat Dec 16 09:00:35 2017 (r456462) @@ -13,21 +13,14 @@ COMMENT= GNOME utility that provides network informati BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgtop-2.0.so:devel/libgtop +RUN_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind-tools USE_GNOME= gtk30 intlhack libxml2:build -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool localbase:ldflags pathfix pkgconfig tar:xz INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml - -.include - -.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} > 1000000) -RUN_DEPENDS+= ${LOCALBASE}/bin/dig:dns/bind-tools -.endif .include