diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-08 18:29:31 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-08 18:29:31 +0000 |
commit | b9984749595711a5c61b1ee2b7ebe52a81a7a3dc (patch) | |
tree | 4b2a57e65703b495f0f5daa1e9a22cb2d6dc2453 /textproc | |
parent | 11f27cfe4c4aa047bf9ef8c9220fd4e80bd25067 (diff) | |
download | pkgsrc-b9984749595711a5c61b1ee2b7ebe52a81a7a3dc.tar.gz |
Fix depend rule, reported by joerg
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx-theme-cloud/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-sphinx-theme-cloud/Makefile b/textproc/py-sphinx-theme-cloud/Makefile index 929c9788a9d..af66d0c1a0f 100644 --- a/textproc/py-sphinx-theme-cloud/Makefile +++ b/textproc/py-sphinx-theme-cloud/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/12/04 15:19:52 darcy Exp $ +# $NetBSD: Makefile,v 1.2 2012/12/08 18:29:31 dholland Exp $ DISTNAME= cloud_sptheme-${VERSION} @@ -12,7 +12,7 @@ HOMEPAGE= http://packages.python.org/cloud_sptheme/ COMMENT= Sphinx cloud theme LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-sphinx:../../textproc/py-sphinx +DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx USE_LANGUAGES= #none |