diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-18 09:26:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-18 09:26:09 +0000 |
commit | 379607eb2f7e2dfcd562eb97da2f3f8c7a767535 (patch) | |
tree | e43f406f820b5cac99b4b26eba17f44ef355542c /graphics | |
parent | 23074b1daaf8facda7572d415c04190ae710d629 (diff) | |
download | pkgsrc-379607eb2f7e2dfcd562eb97da2f3f8c7a767535.tar.gz |
Switch all cups packages to use cups15.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/flphoto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index 95462ca1875..71146a7bd64 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/02/12 23:18:00 tron Exp $ +# $NetBSD: Makefile,v 1.28 2014/06/18 09:26:10 wiz Exp $ # DISTNAME= flphoto-1.2-source @@ -20,6 +20,6 @@ LIBS.DragonFly= -lstdc++ .include "../../x11/fltk13/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" -.include "../../print/cups/buildlink3.mk" +.include "../../print/cups15/buildlink3.mk" .include "../../devel/libgphoto2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |