diff options
author | seb <seb@pkgsrc.org> | 2006-05-14 16:19:45 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-05-14 16:19:45 +0000 |
commit | 03820197c64744f368ececf7fdab4e0912cdd02b (patch) | |
tree | 72ba7215665a20ca87f04cc01a399de67e4adef5 /graphics | |
parent | a8ff024468b836f0f10442c6116c5387b977dc87 (diff) | |
download | pkgsrc-03820197c64744f368ececf7fdab4e0912cdd02b.tar.gz |
Fix typo on USE_LANGUAGES hence fixing the build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/showimg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile index 6b0e7e44cca..77f06187252 100644 --- a/graphics/showimg/Makefile +++ b/graphics/showimg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/14 16:19:45 seb Exp $ # DISTNAME= showimg-0.9.4-1 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.jalix.org/projects/showimg/ COMMENT= Feature-rich image viewer for KDE including an image management system USE_TOOLS+= gmake pkg-config -USE_LANGUAGE= c c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES |