diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-18 09:34:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-18 09:34:54 +0000 |
commit | 8ecb9b32924fbde0577ecac5c5234438eb550c66 (patch) | |
tree | 1c4f318e19efebea62bd6d53948b2a5b5bdfb498 | |
parent | 966d9ea4c6427df4fac2b93e55cfce62120d3902 (diff) | |
download | pkgsrc-8ecb9b32924fbde0577ecac5c5234438eb550c66.tar.gz |
Bump PKGREVISION.
No effective change, but this makes it the lowest version
that's currently accepted by bsd.pkg.use.mk.
-rw-r--r-- | devel/libtool-fortran/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-fortran/Makefile b/devel/libtool-fortran/Makefile index 544a8525f1e..0e8903406cb 100644 --- a/devel/libtool-fortran/Makefile +++ b/devel/libtool-fortran/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 06:38:10 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/01/18 09:34:54 wiz Exp $ ########################################################################### ########################################################################### @@ -28,7 +28,7 @@ FILESDIR= ${.CURDIR}/../libtool-base/files PKGNAME= ${DISTNAME:S/-/-fortran-/} -PKGREVISION= 6 +PKGREVISION= 9 COMMENT= Generic shared library support script (the script itself, incl. Fortran) |