diff options
author | joerg <joerg@pkgsrc.org> | 2017-09-25 22:26:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-09-25 22:26:27 +0000 |
commit | 30f8bcc5400cf24797e1090b2c9e5229f4c64f26 (patch) | |
tree | b13d151b21cc6acd6d4261d44a4f87af0436c668 /print/podofo/Makefile | |
parent | b4cd7f75d164942a1b0844faaf712b62364548b9 (diff) | |
download | pkgsrc-30f8bcc5400cf24797e1090b2c9e5229f4c64f26.tar.gz |
Apply upstream fix for providing the same ABI for C++03 and C++11.
Bump revision. Belatedly fix b3.mk.
Diffstat (limited to 'print/podofo/Makefile')
-rw-r--r-- | print/podofo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/podofo/Makefile b/print/podofo/Makefile index c67d8b16006..57038f1d755 100644 --- a/print/podofo/Makefile +++ b/print/podofo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2017/02/11 22:27:00 adam Exp $ +# $NetBSD: Makefile,v 1.29 2017/09/25 22:26:27 joerg Exp $ DISTNAME= podofo-0.9.5 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=podofo/} |