diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-08 07:26:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-08 07:26:59 +0000 |
commit | c4b72891b733a4615b8115fbdc22d0c3e10c9be0 (patch) | |
tree | d4cd632e492f9a517579bbd5df82447db9d482d0 | |
parent | 933338986165b3050f2dd5f78176548521d082dc (diff) | |
download | pkgsrc-c4b72891b733a4615b8115fbdc22d0c3e10c9be0.tar.gz |
Bump doxygen requirement (for changed PLIST) and bump PKGREVISION.
-rw-r--r-- | ham/uhd/Makefile | 3 | ||||
-rw-r--r-- | ham/uhd/options.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index 9c027346259..2a84ba0efd6 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2016/05/13 14:57:08 mef Exp $ +# $NetBSD: Makefile,v 1.19 2016/06/08 07:26:59 wiz Exp $ DISTNAME= uhd-3.9.4 +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/} # 3.9.1 -> 003_009_001 diff --git a/ham/uhd/options.mk b/ham/uhd/options.mk index 7f3b2001bec..121769ad2c0 100644 --- a/ham/uhd/options.mk +++ b/ham/uhd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2015/08/14 06:19:13 mef Exp $ +# $NetBSD: options.mk,v 1.4 2016/06/08 07:26:59 wiz Exp $ ### Set options PKG_OPTIONS_VAR= PKG_OPTIONS.uhd PKG_SUPPORTED_OPTIONS= doxygen manual @@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= doxygen manual .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mdoxygen) -DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen +DEPENDS+= doxygen>=1.8.11:../../devel/doxygen PLIST_SRC+= ${PKGDIR}/PLIST.doxygen .endif |