diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
commit | 3528e063450c6c10f9548d9ded687e713f731a1b (patch) | |
tree | 48b3195c505f0c48c6098bc0d627477188a674f9 /graphics/gimp-ufraw | |
parent | 244ea701f14dd6e37e3554caa6ec8038018cecb5 (diff) | |
download | pkgsrc-3528e063450c6c10f9548d9ded687e713f731a1b.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 36103426eb5..e2ef3002a55 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2007/09/20 21:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/09/21 13:03:49 wiz Exp $ DISTNAME= ufraw-0.12.1 PKGNAME= gimp-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-mime -GCONF2_SCHEMAS= ufraw.schemas +GCONF_SCHEMAS= ufraw.schemas PTHREAD_AUTO_VARS= yes @@ -28,7 +28,7 @@ GCC_REQD+= 3.0 BUILDLINK_TRANSFORM+= rm:-std=gnu99 .include "../../databases/shared-mime-info/mimedb.mk" -.include "../../devel/GConf2/schemas.mk" +.include "../../devel/GConf/schemas.mk" .include "../../graphics/exiv2/buildlink3.mk" .include "../../graphics/gimp/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" |