diff options
author | jgh <jgh@FreeBSD.org> | 2014-03-07 00:20:10 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2014-03-07 00:20:10 +0800 |
commit | 9e01f6d072e9235628ca857d1dc5398b6d9f65cc (patch) | |
tree | 546279cf3755261856b98a56eeade24fb976c94b | |
parent | 9b3f2f85d7e7a94316b589ee7618a38496b15be4 (diff) | |
download | freebsd-ports-gnome-9e01f6d072e9235628ca857d1dc5398b6d9f65cc.tar.gz freebsd-ports-gnome-9e01f6d072e9235628ca857d1dc5398b6d9f65cc.tar.zst freebsd-ports-gnome-9e01f6d072e9235628ca857d1dc5398b6d9f65cc.zip |
- drop unnecessary noegginfo variable
Submitted by: rm@
-rw-r--r-- | devel/py-libvirt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/py-libvirt/Makefile b/devel/py-libvirt/Makefile index 6d2196ea4f81..4012af0317c0 100644 --- a/devel/py-libvirt/Makefile +++ b/devel/py-libvirt/Makefile @@ -23,7 +23,6 @@ SHEBANG_FILES= generator.py sanitytest.py setup.py USE_PYTHON_BUILD= yes USE_PYTHON_RUN= yes USE_PYDISTUTILS= yes -PYDISTUTILS_NOEGGINFO= yes PYDISTUTILS_AUTOPLIST= yes post-patch-script: |