diff options
author | maya <maya@pkgsrc.org> | 2019-04-25 07:32:34 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-04-25 07:32:34 +0000 |
commit | 3d4f4b52d921d81c07e9bd63bfeafa757f969cc0 (patch) | |
tree | a416928cc701450ae75c0a43468ba9fa9f48c674 /devel/doxygen | |
parent | a4189552bb92eb40213147fa310cbb2e027a33fb (diff) | |
download | pkgsrc-3d4f4b52d921d81c07e9bd63bfeafa757f969cc0.tar.gz |
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
Diffstat (limited to 'devel/doxygen')
-rw-r--r-- | devel/doxygen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index f5b656bee0a..fdd9e8ec5af 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.136 2019/02/22 14:08:56 wiz Exp $ +# $NetBSD: Makefile,v 1.137 2019/04/25 07:32:44 maya Exp $ DISTNAME= doxygen-1.8.15.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://doxygen.nl/files/ |