diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-03-27 04:59:51 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-03-27 04:59:51 +0800 |
commit | fc71162ad9392ed4ca55be1c7b54d5766ad01a95 (patch) | |
tree | ac9c644a72c12e05e709e18ea3458304b084b652 /net | |
parent | dd5373fd8b5ef64d265540bccbf662ef64785d74 (diff) | |
download | freebsd-ports-gnome-fc71162ad9392ed4ca55be1c7b54d5766ad01a95.tar.gz freebsd-ports-gnome-fc71162ad9392ed4ca55be1c7b54d5766ad01a95.tar.zst freebsd-ports-gnome-fc71162ad9392ed4ca55be1c7b54d5766ad01a95.zip |
Chase net/pcs -> net/py-pcs dependency.
Kicked by: cperciva
Diffstat (limited to 'net')
-rw-r--r-- | net/pdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pdb/Makefile b/net/pdb/Makefile index 3e69b6d48e1d..2547a419e4d7 100644 --- a/net/pdb/Makefile +++ b/net/pdb/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnn@FreeBSD.org COMMENT= Packet Debugger -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pcs/__init__.py:${PORTSDIR}/net/pcs +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pcs/__init__.py:${PORTSDIR}/net/py-pcs USE_PYTHON= yes USE_PYDISTUTILS= yes |