svn commit: r337180 - head/www/py-django-evolution

Antoine Brodin antoine at FreeBSD.org
Sun Dec 22 10:03:15 UTC 2013


Author: antoine
Date: Sun Dec 22 10:03:15 2013
New Revision: 337180
URL: http://svnweb.freebsd.org/changeset/ports/337180

Log:
  - Fix RUN_DEPENDS
  - Stage support
  
  PR:		ports/184793
  Submitted by:	Anes Mukhametov

Modified:
  head/www/py-django-evolution/Makefile

Modified: head/www/py-django-evolution/Makefile
==============================================================================
--- head/www/py-django-evolution/Makefile	Sun Dec 22 09:42:33 2013	(r337179)
+++ head/www/py-django-evolution/Makefile	Sun Dec 22 10:03:15 2013	(r337180)
@@ -14,10 +14,9 @@ COMMENT=	A database schema evolution too
 
 LICENSE=	BSD
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.1.1<1.5:${PORTSDIR}/www/py-django14
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django14>=1.1.1<1.5:${PORTSDIR}/www/py-django14
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list