summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-20 16:25:17 +0000
committerwiz <wiz@pkgsrc.org>2014-01-20 16:25:17 +0000
commitc9420b3562f2c49fcf968a75eaa3fec21f6d4cd2 (patch)
treeacabd1b5675788cce48fbb180509523f1cccc910 /www
parent5412d89024dd3f0688b2d62d4c9223073c368874 (diff)
downloadpkgsrc-c9420b3562f2c49fcf968a75eaa3fec21f6d4cd2.tar.gz
Remove unnecessary dependency. Mark as not for python-3.x. Bump
PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r--www/py-django-mezzanine-filebrowser/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-django-mezzanine-filebrowser/Makefile b/www/py-django-mezzanine-filebrowser/Makefile
index cec52c059b0..30ef4e99c2a 100644
--- a/www/py-django-mezzanine-filebrowser/Makefile
+++ b/www/py-django-mezzanine-filebrowser/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:27 rodent Exp $
-#
+# $NetBSD: Makefile,v 1.4 2014/01/20 16:25:17 wiz Exp $
DISTNAME= filebrowser-safe-0.2.13
PKGNAME= ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
@@ -13,12 +12,13 @@ HOMEPAGE= https://github.com/stephenmcd/filebrowser-safe/
COMMENT= Mezzanine CMS django filebrowser
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.13
+
EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../lang/python/distutils.mk"