diff options
author | mm <mm@FreeBSD.org> | 2008-04-10 19:25:07 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2008-04-10 19:25:07 +0800 |
commit | 62478e12b75cd877298b3f31600753707ae73fbc (patch) | |
tree | d904c2fe24297e2a9e70423ec4fc21360f4eb6ce /net-mgmt | |
parent | 3d91ed55fe75d48cfc99b7310c45a6a6730aeb48 (diff) | |
download | freebsd-ports-gnome-62478e12b75cd877298b3f31600753707ae73fbc.tar.gz freebsd-ports-gnome-62478e12b75cd877298b3f31600753707ae73fbc.tar.zst freebsd-ports-gnome-62478e12b75cd877298b3f31600753707ae73fbc.zip |
- Fix mysqltcl dependency
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipacco/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ipacco/Makefile b/net-mgmt/ipacco/Makefile index 540a3b80e4ff..413bdea016ee 100644 --- a/net-mgmt/ipacco/Makefile +++ b/net-mgmt/ipacco/Makefile @@ -16,7 +16,7 @@ MAINTAINER= farrokhi@FreeBSD.org COMMENT= Web based tool to analyze Cisco IP accounting data RUN_DEPENDS= ${LOCALBASE}/include/tclExtend.h:${PORTSDIR}/lang/tclX \ - ${LOCALBASE}/lib/mysqltcl-3.04/pkgIndex.tcl:${PORTSDIR}/databases/mysqltcl \ + ${LOCALBASE}/lib/mysqltcl-3.05/pkgIndex.tcl:${PORTSDIR}/databases/mysqltcl \ dtplite:${PORTSDIR}/devel/tcllib NO_BUILD= yes |