diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Cenon/Makefile | 4 | ||||
-rw-r--r-- | graphics/GeometryKit/Makefile | 4 | ||||
-rw-r--r-- | graphics/ImageViewer/Makefile | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/graphics/Cenon/Makefile b/graphics/Cenon/Makefile index 5f9a344e3f8..5527cc06c41 100644 --- a/graphics/Cenon/Makefile +++ b/graphics/Cenon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/05/28 00:26:26 rh Exp $ # DISTNAME= Cenon-3.67 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cenon.info/ COMMENT= Vector graphics / CAD / DTP program +USE_LANGUAGES= objc + WRKSRC= ${WRKDIR}/Cenon NO_CONFIGURE= yes diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile index bf695be1553..c60595d1f96 100644 --- a/graphics/GeometryKit/Makefile +++ b/graphics/GeometryKit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:03 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/28 00:26:27 rh Exp $ # .include "../../graphics/3DKit/Makefile.common" @@ -10,6 +10,8 @@ COMMENT= Objective-C class library for calculating 3D geometry DISTINFO_FILE= ${.CURDIR}/distinfo +USE_LANGUAGES= objc + WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit .include "../../x11/gnustep-back/buildlink3.mk" diff --git a/graphics/ImageViewer/Makefile b/graphics/ImageViewer/Makefile index 3fcc1466a72..861f1c193d1 100644 --- a/graphics/ImageViewer/Makefile +++ b/graphics/ImageViewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:33 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/05/28 00:26:27 rh Exp $ DISTNAME= ImageViewer-0.6.3 PKGREVISION= 3 @@ -9,7 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nice.ch/~phip/softcorner.html COMMENT= GNUstep image display application -NO_CONFIGURE= yes +USE_LANGUAGES= objc + +NO_CONFIGURE= yes .include "../../x11/gnustep-back/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |