diff options
author | wiz <wiz> | 2016-06-08 07:26:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-06-08 07:26:59 +0000 |
commit | 53a2dd79373a3b09e1da2289a338c90b903ba71b (patch) | |
tree | 974ea09142a68d32e0c2d0b993bdcc65279bbb47 /ham/uhd | |
parent | 7a498c4e20d0dc6f46b15ca5f7dd893652ce5de6 (diff) | |
download | pkgsrc-53a2dd79373a3b09e1da2289a338c90b903ba71b.tar.gz |
Bump doxygen requirement (for changed PLIST) and bump PKGREVISION.
Diffstat (limited to 'ham/uhd')
-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 |