svn commit: r456462 - head/net/gnome-nettool

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 16 09:00:37 UTC 2017


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>


More information about the svn-ports-head mailing list