summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/poedit/Makefile3
-rw-r--r--graphics/geomview/Makefile3
-rw-r--r--graphics/vtk-python/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index 51dab5d3c22..7ef196f8dab 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:22 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2006/05/21 02:28:27 wiz Exp $
#
DISTNAME= poedit-1.3.4
@@ -14,6 +14,7 @@ DEPENDS+= zip-[0-9]*:../../archivers/zip
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.2 gnome2-1.5
+USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK}/bin/wx-config
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index 7a1020d0b1e..a4c1aa70faa 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/04/04 14:45:44 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2006/05/21 02:26:38 wiz Exp $
DISTNAME= geomview-1.8.1
PKGREVISION= 6
@@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.geomview.org/
COMMENT= Interactive geometry viewing program
+USE_LANGUAGES= c c++
USE_X11BASE= yes
GNU_CONFIGURE= yes
diff --git a/graphics/vtk-python/Makefile b/graphics/vtk-python/Makefile
index 0cce4c7b25c..f7cd760cdc1 100644
--- a/graphics/vtk-python/Makefile
+++ b/graphics/vtk-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:40 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/21 02:25:02 wiz Exp $
#
PKGNAME= vtk-python-${VTKDIST_VERSION}
@@ -10,6 +10,7 @@ VTK_CMAKE_OPT= -DPYTHON_INCLUDE_PATH:STRING=${PREFIX}/${PYINC} \
-DPYTHON_LIBRARY:STRING=${PREFIX}/lib/libpython${PYVERSSUFFIX}.so \
-DVTK_WRAP_PYTHON:BOOL=ON
+USE_LANGUAGES= c c++
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 23
PYSETUPSUBDIR= Wrapping/Python