Date: Sat, 16 Dec 2017 09:00:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456462 - head/net/gnome-nettool Message-ID: <201712160900.vBG90Zit087335@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> - -.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} > 1000000) -RUN_DEPENDS+= ${LOCALBASE}/bin/dig:dns/bind-tools -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712160900.vBG90Zit087335>