diff options
Diffstat (limited to 'graphics/gimp-ufraw/Makefile')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 970afacbe86..a3dd65f8da8 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:03 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/13 16:49:57 rillig Exp $ # DISTNAME= ufraw-0.4 @@ -14,6 +14,8 @@ USE_GNU_TOOLS+= make BUILD_TARGET= build INSTALL_TARGET= install-admin +BUILDLINK_TRANSFORM+= rm:-std=gnu99 + .include "../../devel/pkgconfig/buildlink3.mk" .include "../../graphics/gimp/buildlink3.mk" .include "../../graphics/lcms/buildlink3.mk" |