diff options
Diffstat (limited to 'devel/py-zLOG/Makefile')
-rw-r--r-- | devel/py-zLOG/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/py-zLOG/Makefile b/devel/py-zLOG/Makefile index 94e9f9398bbf..7ea343523d00 100644 --- a/devel/py-zLOG/Makefile +++ b/devel/py-zLOG/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-zLOG -# Date created: 12 October, 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= zLOG PORTVERSION= 2.11.1 @@ -22,4 +17,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:${PORTSDIR}/devel/py-zconfig USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include <bsd.port.mk> |