diff options
author | dholland <dholland@pkgsrc.org> | 2013-03-16 22:35:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-03-16 22:35:46 +0000 |
commit | f570b643e297e44a763ad0629d0bd988b3d25e8a (patch) | |
tree | bc63d5afa8f294b8a10f3b802515dbb6d56db3ef /print | |
parent | 03e5fc9e740de3d960ad74705bf81116d5dd5c03 (diff) | |
download | pkgsrc-f570b643e297e44a763ad0629d0bd988b3d25e8a.tar.gz |
Update ghostscript depends. PKGREVISION -> 4.
Diffstat (limited to 'print')
-rw-r--r-- | print/libspectre/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 8f93c20e165..8922ae01f08 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2013/02/16 11:19:59 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/03/16 22:35:46 dholland Exp $ DISTNAME= libspectre-0.2.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= http://libspectre.freedesktop.org/releases/ @@ -15,5 +15,5 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libspectre.pc.in -.include "../../print/ghostscript/buildlink3.mk" +.include "../../print/ghostscript/ghostscript.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |