diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-11-12 03:51:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-11-12 03:51:07 +0000 |
commit | 14b82f547c9bec53640c287423b29d01fe61842e (patch) | |
tree | 92e1e65595e4140323396ebc0895b35c5624a56a /print/cups-base/Makefile | |
parent | 438e62090e7e9bc67d2c430852878acb02cfcebe (diff) | |
download | pkgsrc-14b82f547c9bec53640c287423b29d01fe61842e.tar.gz |
Recursive revbump from hardbuzz-2.1.1
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 1f34f6ea70d..7574c3ffa50 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2018/11/10 19:51:12 leot Exp $ +# $NetBSD: Makefile,v 1.16 2018/11/12 03:51:21 ryoon Exp $ .include "../../print/cups/Makefile.common" DISTNAME= cups-${CUPS_VERS}-source PKGNAME= cups-base-${CUPS_VERS} +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/} |