diff options
author | joerg <joerg> | 2006-05-15 22:04:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-15 22:04:36 +0000 |
commit | a77c5087652c4aa986f44ad1f71a394e5908faa7 (patch) | |
tree | 9bf0c192478baeeb60cc0c80ffbcb36690774d03 /graphics | |
parent | 7f3e848b439f861ac68dfc6bafb252ee9a72613c (diff) | |
download | pkgsrc-a77c5087652c4aa986f44ad1f71a394e5908faa7.tar.gz |
Uses C++.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/simage/Makefile | 3 | ||||
-rw-r--r-- | graphics/vtk/Makefile.common | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index e7728ed52ea..5b093bec5ce 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/15 22:07:33 joerg Exp $ DISTNAME= simage-1.6.1 PKGREVISION= 3 @@ -12,6 +12,7 @@ COMMENT= Library for image format loaders and front-ends PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-xwd --with-mpeg2enc diff --git a/graphics/vtk/Makefile.common b/graphics/vtk/Makefile.common index d78132ab4d7..ae513ca7a3e 100644 --- a/graphics/vtk/Makefile.common +++ b/graphics/vtk/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2006/03/04 21:29:52 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2006/05/15 22:05:24 joerg Exp $ VTK_VERSION= 4.2 @@ -6,4 +6,6 @@ CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.vtk.org/ +USE_LANGUAGES= c c++ + MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vtk/} |