diff options
Diffstat (limited to 'devel/py-tables')
-rw-r--r-- | devel/py-tables/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index 55afbd722d04..fc57693eb519 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -29,10 +29,6 @@ USE_PYDISTUTILS= yes PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 -.endif - post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py |