pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pysvn
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 16 14:35:40 UTC 2021
Modified Files:
pkgsrc/devel/py-pysvn: Makefile
Log Message:
py-pysvn: add missing dependency
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-pysvn/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pysvn/Makefile
diff -u pkgsrc/devel/py-pysvn/Makefile:1.49 pkgsrc/devel/py-pysvn/Makefile:1.50
--- pkgsrc/devel/py-pysvn/Makefile:1.49 Wed Dec 8 16:04:05 2021
+++ pkgsrc/devel/py-pysvn/Makefile Thu Dec 16 14:35:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/12/08 16:04:05 adam Exp $
+# $NetBSD: Makefile,v 1.50 2021/12/16 14:35:40 wiz Exp $
#
VERS= 1.9.15
@@ -13,6 +13,8 @@ HOMEPAGE= https://pysvn.sourceforge.io/
COMMENT= Python interface to Subversion
LICENSE= apache-1.1
+DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
USE_LANGUAGES= c c++
WRKSRC= ${WRKDIR}/${DISTNAME}/Source
Home |
Main Index |
Thread Index |
Old Index