diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-27 08:54:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-27 08:54:26 +0000 |
commit | 9e8aff785a789fbe0207e67d7fd16a22f0059fe0 (patch) | |
tree | b757bc5d2a827cdfd21959d5c2cbb95d4c7c9266 /print/cups/Makefile | |
parent | c81ae47bc953092e9d0129107cf764cf2458cbcf (diff) | |
download | pkgsrc-9e8aff785a789fbe0207e67d7fd16a22f0059fe0.tar.gz |
Add proper pidfile support, from Edgar Fuß.
This has not been accepted upstream in various previous tries, but is
deemed useful functionality anyway.
Bump PKGREVISION.
While here, revert undiscussed mit-krb5 dependency. Should be optional,
and should have bumped PKGREVISION.
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 7f83a7bda43..b7d171cf086 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.246 2017/07/25 18:30:39 reinoud Exp $ +# $NetBSD: Makefile,v 1.247 2017/07/27 08:54:26 wiz Exp $ DISTNAME= cups-2.2.3-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/} @@ -171,5 +171,4 @@ post-install: .include "../../mk/curses.buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" -.include "../../security/mit-krb5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |