diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-04-16 10:52:57 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-04-16 10:52:57 +0800 |
commit | 14f0d4db7266a60e18271bfa49640635b7f7b1db (patch) | |
tree | 967487678a893854528ebd6e6570a11836c4c8bd /net | |
parent | 752b6abdf69d4ec842b019344de91fb97d75856c (diff) | |
download | freebsd-ports-gnome-14f0d4db7266a60e18271bfa49640635b7f7b1db.tar.gz freebsd-ports-gnome-14f0d4db7266a60e18271bfa49640635b7f7b1db.tar.zst freebsd-ports-gnome-14f0d4db7266a60e18271bfa49640635b7f7b1db.zip |
- Reassign to the heap
Submitted by: tmclaugh
Diffstat (limited to 'net')
-rw-r--r-- | net/py-pypcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile index d896011886a0..e45035436b59 100644 --- a/net/py-pypcap/Makefile +++ b/net/py-pypcap/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= tmclaugh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simplified object-oriented Python extension module for libpcap BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex |