diff options
Diffstat (limited to 'devel/py-zopeInterface/Makefile')
-rw-r--r-- | devel/py-zopeInterface/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-zopeInterface/Makefile b/devel/py-zopeInterface/Makefile index 0fdddaa48920..8bb8b73df0dd 100644 --- a/devel/py-zopeInterface/Makefile +++ b/devel/py-zopeInterface/Makefile @@ -23,10 +23,4 @@ PYDISTUTILS_NOEGGINFO= yes PYDISTUTILS_PKGNAME= zope.interface PYEASYINSTALL_ARCHDEP= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -MANUAL_PACKAGE_BUILD= does not build in tinderbox environment -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |