diff options
author | jmc <jmc@pkgsrc.org> | 2006-05-11 21:51:40 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2006-05-11 21:51:40 +0000 |
commit | abaa0a66a9702ecc07cfa58e878bb5d99560f921 (patch) | |
tree | a1a37c99092016b5ab51f74f7f875f44f668091c /graphics | |
parent | 7604107ed4354a5c8daf3dc523cf05a300108a60 (diff) | |
download | pkgsrc-abaa0a66a9702ecc07cfa58e878bb5d99560f921.tar.gz |
Add USE_LANGUAGES here as some files are c++.
XXX: gotta love changes which cause builds to fail with (Error 1) and nothing
else. The complete lack of design around this is appalling.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 17239b0c8d3..f46348c06c2 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/04/17 13:45:58 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2006/05/11 21:51:40 jmc Exp $ DISTNAME= graphviz-2.6 PKGREVISION= 5 @@ -12,6 +12,7 @@ COMMENT= Graph Drawing Programs from AT&T Research and Lucent Bell Labs PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes XAW_TYPE= standard |