diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-22 05:10:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-22 05:10:54 +0000 |
commit | bf2ffdf13c80d8f328ca8da688aa3a8cb6a10389 (patch) | |
tree | 85a8dca56317bbea671f476f6f2aedb374f670b6 /graphics/ImageViewer/Makefile | |
parent | 15c11119af629925a166c3c84e83fe4ded7c5907 (diff) | |
download | pkgsrc-bf2ffdf13c80d8f328ca8da688aa3a8cb6a10389.tar.gz |
Reverted the recent change that has set USE_LANGUAGES="c objc", where only
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to
handle this.
Diffstat (limited to 'graphics/ImageViewer/Makefile')
-rw-r--r-- | graphics/ImageViewer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageViewer/Makefile b/graphics/ImageViewer/Makefile index 1abdd40cc91..26c0eb9c058 100644 --- a/graphics/ImageViewer/Makefile +++ b/graphics/ImageViewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/07/21 06:25:07 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 05:10:54 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= c objc +USE_LANGUAGES= objc NO_CONFIGURE= yes |