diff options
Diffstat (limited to 'print/libspectre/Makefile')
-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" |