diff options
author | mharo <mharo@FreeBSD.org> | 2004-12-14 17:12:02 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-12-14 17:12:02 +0000 |
commit | 4c8d6a5ee4dce13df31e00b9fd254afcfd554fec (patch) | |
tree | affc8f133ad0f44aa677cf43a92c99795c2b5b01 /net-mgmt/nrpe2 | |
parent | f2fb0e9325f262cdc09538de83427f8ad057758b (diff) | |
download | FreeBSD-ports-4c8d6a5ee4dce13df31e00b9fd254afcfd554fec.zip FreeBSD-ports-4c8d6a5ee4dce13df31e00b9fd254afcfd554fec.tar.gz |
unbreak: port depends on perl while being built
Diffstat (limited to 'net-mgmt/nrpe2')
-rw-r--r-- | net-mgmt/nrpe2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/nrpe2/Makefile b/net-mgmt/nrpe2/Makefile index 52a8235..00fff0c 100644 --- a/net-mgmt/nrpe2/Makefile +++ b/net-mgmt/nrpe2/Makefile @@ -16,9 +16,10 @@ DISTNAME= nrpe-${PORTVERSION} MAINTAINER= paul@nerdlabs.com COMMENT= Nagios Remote Plugin Executor -RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins +RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +USE_PERL5_BUILD= yes CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec/nagios --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc |