From 87cb9ee328255dcda99e4c970d609d6bf0e68f62 Mon Sep 17 00:00:00 2001 From: jgh Date: Tue, 19 Jun 2012 00:28:03 +0000 Subject: - undo breakage for INDEX Spotted by: INDEX breakage Approved by: implict, zenoss@experts-exchange.com --- net-mgmt/zenoss/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/zenoss/Makefile b/net-mgmt/zenoss/Makefile index 0a9fd2ea908b..c26a628c5119 100644 --- a/net-mgmt/zenoss/Makefile +++ b/net-mgmt/zenoss/Makefile @@ -45,10 +45,8 @@ USE_AUTOTOOLS= autoconf:env .if ${PORT_OPTIONS:MBASH} RUN_DEPENDS+= bash>=4.1:${PORTSDIR}/shells/bash -BUILD_DEPENDS+= bash>=4.1:${PORTSDIR}/shells/bash .else RUN_DEPENDS+= bash-static>=4.1:${PORTSDIR}/shells/bash-static -BUILD_DEPENDS+= bash-static>=4.1:${PORTSDIR}/shells/bash-static .endif USERS= zenoss @@ -93,9 +91,6 @@ do-build: @${DO_NADA} do-install: -.if !defined(PACKAGE_BUILDING) -.SHELL: path="${LOCALBASE}/bin/bash" unsetenv=true -.endif # Integrated dependencies insist on using lib/pkgconfig -- instead of huge # patches, we'll symlink it temporarily @${MKDIR} ${ZENHOME}/lib \ -- cgit