summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-05-24 18:52:41 +0000
committerwiz <wiz@pkgsrc.org>2006-05-24 18:52:41 +0000
commit348bdec2988ed6835ff03dad8a2a5fba82fd1013 (patch)
tree08dbbc638946d6660b603f854cf8d2cfc6895758 /graphics
parent7857231d3f63f2951c39cf5dd513d3270c73f4b5 (diff)
downloadpkgsrc-348bdec2988ed6835ff03dad8a2a5fba82fd1013.tar.gz
Building really does not need c++, but the configure script
breaks if it is not supplied. Set USE_LANGUAGES appropriately.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/digikam-doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/digikam-doc/Makefile b/graphics/digikam-doc/Makefile
index 346d701d2b1..4e02bd4de58 100644
--- a/graphics/digikam-doc/Makefile
+++ b/graphics/digikam-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:31 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2006/05/24 18:52:41 wiz Exp $
DISTNAME= digikam-doc-0.7.4
PKGREVISION= 3
@@ -12,7 +12,7 @@ COMMENT= Documentation for Digikam
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake
-USE_LANGUAGES= # empty
+USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
.include "../../meta-pkgs/kde3/kde3.mk"