summaryrefslogtreecommitdiff
path: root/www/loggerhead
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-18 19:07:57 +0000
committerwiz <wiz>2014-01-18 19:07:57 +0000
commit83eca1927f0226e05df407859420f3e3cd202103 (patch)
tree24415bd0a3fdb2498b3983c1de2bd26967b43d2e /www/loggerhead
parent17a1e2c38f9734a16bcf20dec6fdcea691a4e1d4 (diff)
downloadpkgsrc-83eca1927f0226e05df407859420f3e3cd202103.tar.gz
Use versioned_dependencies.mk for flup.
Diffstat (limited to 'www/loggerhead')
-rw-r--r--www/loggerhead/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile
index 961951acbae..bccd97977ee 100644
--- a/www/loggerhead/Makefile
+++ b/www/loggerhead/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/28 06:30:21 asau Exp $
+# $NetBSD: Makefile,v 1.12 2014/01/18 19:07:57 wiz Exp $
DISTNAME= loggerhead-${VER}
PKGREVISION= 1
@@ -17,9 +17,10 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-Paste>=1.2:../../www/py-paste
DEPENDS+= ${PYPKGPREFIX}-PasteDeploy>=1.3:../../www/py-PasteDeploy
DEPENDS+= ${PYPKGPREFIX}-SimpleTAL>=4.1:../../www/py-simpletal
-DEPENDS+= ${PYPKGPREFIX}-flup-[0-9]*:../../www/py-flup
-.include "../../lang/python/pyversion.mk"
+PYTHON_VERSIONED_DEPENDENCIES= flup
+
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"