diff options
author | gdt <gdt> | 2015-09-10 19:09:43 +0000 |
---|---|---|
committer | gdt <gdt> | 2015-09-10 19:09:43 +0000 |
commit | 8151c0017ec8f2a947e299c4814147cff891a6df (patch) | |
tree | 50833f9e5f2121d51945b64fc665358c3d659fe6 /graphics | |
parent | 4608062fa94db2705492064e21bcf8c55bffab5e (diff) | |
download | pkgsrc-8151c0017ec8f2a947e299c4814147cff891a6df.tar.gz |
Switch to lcms2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geeqie/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 56d7c2ee96a..908ec571706 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2015/09/10 19:06:57 gdt Exp $ +# $NetBSD: Makefile,v 1.51 2015/09/10 19:09:43 gdt Exp $ # DISTNAME= geeqie-1.2.2 +PKGREVISION= 1 EXTRACT_SUFX= .tar.xz CATEGORIES= graphics MASTER_SITES= http://www.geeqie.org/ @@ -29,7 +30,7 @@ post-build: .include "options.mk" .include "../../graphics/exiv2/buildlink3.mk" -.include "../../graphics/lcms/buildlink3.mk" +.include "../../graphics/lcms2/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |