diff options
author | rillig <rillig> | 2006-07-21 06:24:37 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-21 06:24:37 +0000 |
commit | 9bab3c7fdb0f7a4063eaedfe9a9794676e8321f7 (patch) | |
tree | e111bf004e371ac3be293517df9e271d302265bb /graphics | |
parent | ca517758696c8d58b8b46ec09398e12968459789 (diff) | |
download | pkgsrc-9bab3c7fdb0f7a4063eaedfe9a9794676e8321f7.tar.gz |
Needs a C compiler.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GeometryKit/Makefile | 4 | ||||
-rw-r--r-- | graphics/ImageViewer/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnome-backgrounds/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile index c60595d1f96..274539fc7f5 100644 --- a/graphics/GeometryKit/Makefile +++ b/graphics/GeometryKit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/05/28 00:26:27 rh Exp $ +# $NetBSD: Makefile,v 1.16 2006/07/21 06:31:26 rillig Exp $ # .include "../../graphics/3DKit/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= Objective-C class library for calculating 3D geometry DISTINFO_FILE= ${.CURDIR}/distinfo -USE_LANGUAGES= objc +USE_LANGUAGES= c objc WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit diff --git a/graphics/ImageViewer/Makefile b/graphics/ImageViewer/Makefile index 861f1c193d1..1abdd40cc91 100644 --- a/graphics/ImageViewer/Makefile +++ b/graphics/ImageViewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/05/28 00:26:27 rh Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/21 06:25:07 rillig Exp $ DISTNAME= ImageViewer-0.6.3 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nice.ch/~phip/softcorner.html COMMENT= GNUstep image display application -USE_LANGUAGES= objc +USE_LANGUAGES= c objc NO_CONFIGURE= yes diff --git a/graphics/gnome-backgrounds/Makefile b/graphics/gnome-backgrounds/Makefile index 62d2ef69b3c..a6f63f6c3f4 100644 --- a/graphics/gnome-backgrounds/Makefile +++ b/graphics/gnome-backgrounds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/05 05:37:41 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/21 06:24:37 rillig Exp $ # DISTNAME= gnome-backgrounds-2.14.0 @@ -14,7 +14,7 @@ COMMENT= Set of background images for the GNOME Desktop GNU_CONFIGURE= YES USE_DIRS+= xdg-1.3 USE_TOOLS+= gmake intltool msgfmt -USE_LANGUAGES= # empty +USE_LANGUAGES= c USE_PKGLOCALEDIR= YES BUILDLINK_DEPMETHOD.gettext= build |