diff options
author | dirk <dirk@FreeBSD.org> | 2001-03-29 22:37:28 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-03-29 22:37:28 +0800 |
commit | b564dc5a06b91a502b5ff0f402423ab95aaa4a37 (patch) | |
tree | f7f7f00683963f3c7373dd5d5fb83bc9c245e8e2 /net-mgmt | |
parent | 1fcb26360e58fd0e3bc87b399071ed3683288811 (diff) | |
download | freebsd-ports-gnome-b564dc5a06b91a502b5ff0f402423ab95aaa4a37.tar.gz freebsd-ports-gnome-b564dc5a06b91a502b5ff0f402423ab95aaa4a37.tar.zst freebsd-ports-gnome-b564dc5a06b91a502b5ff0f402423ab95aaa4a37.zip |
Netsaint-plugins needs automake to build.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index c1f7113ca0af..5c76e9bc8de6 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -14,7 +14,8 @@ DISTNAME= ${PORTNAME}-1.2.9-1 MAINTAINER= ports@FreeBSD.org # make absolutely sure we have the user/group added! -BUILD_DEPENDS= netsaint:${PORTSDIR}/net/netsaint +BUILD_DEPENDS= netsaint:${PORTSDIR}/net/netsaint \ + automake:${PORTSDIR}/devel/automake RUN_DEPENDS= netsaint:${PORTSDIR}/net/netsaint .if defined(WANT_QSTAT) BUILD_DEPENDS+= qstat:${PORTSDIR}/games/qstat diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index c1f7113ca0af..5c76e9bc8de6 100644 --- a/net-mgmt/netsaint-plugins/Makefile +++ b/net-mgmt/netsaint-plugins/Makefile @@ -14,7 +14,8 @@ DISTNAME= ${PORTNAME}-1.2.9-1 MAINTAINER= ports@FreeBSD.org # make absolutely sure we have the user/group added! -BUILD_DEPENDS= netsaint:${PORTSDIR}/net/netsaint +BUILD_DEPENDS= netsaint:${PORTSDIR}/net/netsaint \ + automake:${PORTSDIR}/devel/automake RUN_DEPENDS= netsaint:${PORTSDIR}/net/netsaint .if defined(WANT_QSTAT) BUILD_DEPENDS+= qstat:${PORTSDIR}/games/qstat |