diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 22:45:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 22:45:38 +0000 |
commit | 6f313dda88f40b506c7220a1ba1ededd4e3f7264 (patch) | |
tree | bad3c85eff9b885119b57d21e6ded32408fe4247 /graphics | |
parent | f0b9980be424cc232c15a691cdd6d57a6785ee1d (diff) | |
download | pkgsrc-6f313dda88f40b506c7220a1ba1ededd4e3f7264.tar.gz |
Uses C++.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index b085b41c1ae..994821cbb3f 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/04/17 13:46:31 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2006/05/15 22:50:30 joerg Exp $ DISTNAME= dx-4.3.2 PKGREVISION= 7 @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.opendx.org/ COMMENT= Open Visualization Data Explorer +USE_LANGUAGES= c c++ USE_X11BASE= yes USE_TOOLS+= gmake lex sh GNU_CONFIGURE= yes |