diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/gnome-nettool | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/gnome-nettool')
-rw-r--r-- | net/gnome-nettool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index ce640079b66d..c0fc32214b47 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -11,8 +11,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME utility that provides network information statistics -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop +BUILD_DEPENDS= itstool:textproc/itstool +LIB_DEPENDS= libgtop-2.0.so:devel/libgtop USE_GNOME= gtk30 intlhack libxml2:build USES= gettext gmake libtool pathfix pkgconfig tar:xz @@ -27,7 +27,7 @@ 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:${PORTSDIR}/dns/bind-tools +RUN_DEPENDS+= ${LOCALBASE}/bin/dig:dns/bind-tools .endif .include <bsd.port.mk> |