diff options
-rw-r--r-- | graphics/simage/Makefile | 3 | ||||
-rw-r--r-- | graphics/vtk/Makefile.common | 4 | ||||
-rw-r--r-- | x11/xglobe/Makefile | 3 |
3 files changed, 7 insertions, 3 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/} diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile index 8c8d6103385..6f6c32c7004 100644 --- a/x11/xglobe/Makefile +++ b/x11/xglobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/17 13:47:01 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2006/05/15 22:04:36 joerg Exp $ # DISTNAME= xglobe-0.5 @@ -24,6 +24,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_X11BASE= YES USE_TOOLS+= gmake +USE_LANGUAGES= c++ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xglobe |