Index: head/net/gnome-nettool/Makefile =================================================================== --- head/net/gnome-nettool/Makefile (revision 456461) +++ head/net/gnome-nettool/Makefile (revision 456462) @@ -1,33 +1,26 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= gnome-nettool PORTVERSION= 3.8.1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME utility that provides network information statistics 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