diff options
author | seb <seb> | 2006-05-14 16:19:45 +0000 |
---|---|---|
committer | seb <seb> | 2006-05-14 16:19:45 +0000 |
commit | 098f08f1559432151ad1b94680514c96daa87b32 (patch) | |
tree | 72ba7215665a20ca87f04cc01a399de67e4adef5 | |
parent | c77f47af3f28cdeb0d40448e7368c5ecfaf47a50 (diff) | |
download | pkgsrc-098f08f1559432151ad1b94680514c96daa87b32.tar.gz |
Fix typo on USE_LANGUAGES hence fixing the build.
-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 |