summaryrefslogtreecommitdiff
path: root/www/loggerhead
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2009-11-10 17:20:38 +0000
committerepg <epg@pkgsrc.org>2009-11-10 17:20:38 +0000
commitb213bf2d20c2e3efa957cd1349c5e06fd9f71d6d (patch)
tree02d14b7709ca12483ebd5afbec7fd983e0d7d8e0 /www/loggerhead
parent56536608ce55a671b158b254c16bb53359584229 (diff)
downloadpkgsrc-b213bf2d20c2e3efa957cd1349c5e06fd9f71d6d.tar.gz
Add PasteDeploy dependency.
Missed this earlier because it's only needed when loggerhead is behind a reverse proxy. Bump PKGREVISION.
Diffstat (limited to 'www/loggerhead')
-rw-r--r--www/loggerhead/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile
index bc99cf393ce..7432d795955 100644
--- a/www/loggerhead/Makefile
+++ b/www/loggerhead/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/09/09 05:45:23 epg Exp $
+# $NetBSD: Makefile,v 1.4 2009/11/10 17:20:38 epg Exp $
DISTNAME= loggerhead-${VER}
+PKGREVISION= 1
CATEGORIES= www scm
MASTER_SITES= http://launchpad.net/loggerhead/${VER}/${VER}/+download/
VER= 1.17
@@ -16,6 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= bzr>=1.13:../../devel/bzr
DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.0:../../converters/py-simplejson
DEPENDS+= ${PYPKGPREFIX}-Paste>=1.2:../../www/py-paste
+DEPENDS+= ${PYPKGPREFIX}-PasteDeploy>=1.3:../../www/py-PasteDeploy
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c8:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-SimpleTAL>=4.1:../../www/py-simpletal
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3