diff options
author | des <des@FreeBSD.org> | 2007-01-15 18:56:42 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2007-01-15 18:56:42 +0800 |
commit | 2b7ec4c084813276bb5f541d95c76875293c0b5f (patch) | |
tree | 2891ce5fe9f40ebda1bad8c2524003d23fc5529d /net-mgmt | |
parent | 3fef709305c4916a610e5b9585aae5c0ba3f8075 (diff) | |
download | freebsd-ports-gnome-2b7ec4c084813276bb5f541d95c76875293c0b5f.tar.gz freebsd-ports-gnome-2b7ec4c084813276bb5f541d95c76875293c0b5f.tar.zst freebsd-ports-gnome-2b7ec4c084813276bb5f541d95c76875293c0b5f.zip |
Change dependency from shells/bash2 to shells/bash.
PR: ports/107002
Submitted by: bsam
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nav/Makefile b/net-mgmt/nav/Makefile index 343345543499..09f9afbb32af 100644 --- a/net-mgmt/nav/Makefile +++ b/net-mgmt/nav/Makefile @@ -38,7 +38,7 @@ CATALINA_HOME= ${LOCALBASE}/tomcat5.5 BUILD_DEPENDS+= ${TOMCAT_DEPEND} RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/mod_python.so:${PORTSDIR}/www/mod_python3 \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 \ + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg \ ${SITE_PERL}/${PERL_ARCH}/Pg.pm:${PORTSDIR}/databases/p5-Pg \ ${PYTHON_SITELIBDIR}/rrdtool/_rrdtool.so:${PORTSDIR}/net/py-rrdtool_lgpl \ |