diff options
-rw-r--r-- | ham/uhd/Makefile | 4 | ||||
-rw-r--r-- | sysutils/rsyslog/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index fead28580a6..61a3ae982e5 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/02/28 23:27:37 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2015/03/01 07:18:35 wiz Exp $ DISTNAME= uhd-release_003_007_002 PKGNAME= uhd-3.7.2 @@ -13,7 +13,7 @@ COMMENT= USRP (Universal Software Radio Peripheral) Hardware Drivers LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah -BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils +BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py diff --git a/sysutils/rsyslog/Makefile.common b/sysutils/rsyslog/Makefile.common index fd30efc67a0..1ba80902691 100644 --- a/sysutils/rsyslog/Makefile.common +++ b/sysutils/rsyslog/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2015/02/28 23:28:19 joerg Exp $ +# $NetBSD: Makefile.common,v 1.7 2015/03/01 07:19:11 wiz Exp $ # used by sysutils/rsyslog/Makefile # used by sysutils/rsyslog-dbi/Makefile # used by sysutils/rsyslog-gnutls/Makefile @@ -23,7 +23,7 @@ COMMENT?= Enhanced syslogd for Unix - the ${RSYSLOG_MOD} module DISTINFO_FILE= ${.CURDIR}/../../sysutils/rsyslog/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/rsyslog/patches -BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils +BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils CONFIGURE_ARGS+= RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}.py GNU_CONFIGURE= yes |