diff options
-rw-r--r-- | textproc/py-rdflib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index 29dff7784772..ab919ce2a0b6 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -25,4 +25,10 @@ pre-build: @cd ${WRKSRC} && ${PYTHON_CMD} setup.py setopt -c bdist_egg -o plat-name -s ${PYEASYINSTALL_OSARCH:S/^-//} @cd ${WRKSRC} && ${PYTHON_CMD} setup.py setopt -c bdist -o plat-name -s ${PYEASYINSTALL_OSARCH:S/^-//} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Leaves egg file behind on deinstall +.endif + +.include <bsd.port.post.mk> |