diff options
author | jgh <jgh@FreeBSD.org> | 2012-06-19 08:28:03 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-06-19 08:28:03 +0800 |
commit | 87cb9ee328255dcda99e4c970d609d6bf0e68f62 (patch) | |
tree | b81c75258990c86c09d5edf9e59121839b8e95df /net-mgmt | |
parent | 114dd63940606b7556c601e132e26a3c06c388d9 (diff) | |
download | freebsd-ports-gnome-87cb9ee328255dcda99e4c970d609d6bf0e68f62.tar.gz freebsd-ports-gnome-87cb9ee328255dcda99e4c970d609d6bf0e68f62.tar.zst freebsd-ports-gnome-87cb9ee328255dcda99e4c970d609d6bf0e68f62.zip |
- undo breakage for INDEX
Spotted by: INDEX breakage
Approved by: implict, zenoss@experts-exchange.com
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zenoss/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
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 \ |