diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-12-14 17:12:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-12-14 17:12:02 +0000 |
commit | aa4b8e5b06ad2f8b31bd715c4140498cac8bfff7 (patch) | |
tree | 6b93c6af05fefc96aed237000d9ad9afe2253012 /net-mgmt/nrpe2 | |
parent | 12cba3f1dc9d7549319e3a99adcddbc417fbf9ae (diff) |
unbreak: port depends on perl while being built
Notes
Notes:
svn path=/head/; revision=124014
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 52a8235c482c..00fff0c682f6 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 |