diff options
Diffstat (limited to 'filesystems/py-fuse-bindings/Makefile')
-rw-r--r-- | filesystems/py-fuse-bindings/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile index a1982355f89..d0c116d63b9 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/12/31 13:57:27 wiz Exp $ VERSION= 0.2.1 DISTNAME= fuse-python-${VERSION} @@ -11,7 +11,6 @@ HOMEPAGE= http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython COMMENT= Python bindings for FUSE and refuse LICENSE= gnu-lgpl-v2.1 -EGG_NAME= fuse_python-${VERSION} PYDISTUTILSPKG= yes PY_PATCHLIST= yes USE_TOOLS+= pkg-config |