USE_LANGUAGES=c c++
This commit is contained in:
parent
c47dd3ce22
commit
73998f3e19
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue