summaryrefslogtreecommitdiff
path: root/www/loggerhead
diff options
context:
space:
mode:
authorepg <epg>2009-11-10 17:20:38 +0000
committerepg <epg>2009-11-10 17:20:38 +0000
commit025bdb3c084a42ec6413023d5420d816697fca63 (patch)
tree02d14b7709ca12483ebd5afbec7fd983e0d7d8e0 /www/loggerhead
parentd80ea50d310f2c3e15a1c5b35a9a0aa472186036 (diff)
downloadpkgsrc-025bdb3c084a42ec6413023d5420d816697fca63.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