diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
commit | ab355eedb6e61d4d8ef9bca5415752a54f2b5d02 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /graphics | |
parent | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (diff) | |
download | pkgsrc-ab355eedb6e61d4d8ef9bca5415752a54f2b5d02.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 4 | ||||
-rw-r--r-- | graphics/blender/Makefile | 6 | ||||
-rw-r--r-- | graphics/pdiff/Makefile | 4 | ||||
-rw-r--r-- | graphics/xmorph/Makefile | 4 | ||||
-rw-r--r-- | graphics/zphoto/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 1ded520a342..45fe0cc90a8 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2007/02/15 14:58:19 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2007/02/22 19:30:03 wiz Exp $ # DISTNAME= aqsis-0.6.4 @@ -15,7 +15,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake GCC_REQD+= 2.95.3 -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ .include "../../devel/libargparse/buildlink3.mk" .include "../../graphics/Mesa/buildlink3.mk" diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 073b11755bd..96b94c846d2 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2006/07/30 20:29:09 abs Exp $ +# $NetBSD: Makefile,v 1.58 2007/02/22 19:30:04 wiz Exp $ DISTNAME= blender-2.41 PKGREVISION= 3 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.cs.umn.edu/pub/blender.org/source/ \ http://download.blender.org/source/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.blender.org/ +HOMEPAGE= http://www.blender.org/cms/Home.2.0.html COMMENT= Fully integrated 3D graphics creation suite BUILD_DEPENDS+= scons>=0.96:../../devel/scons @@ -15,7 +15,7 @@ BUILD_DEPENDS+= scons>=0.96:../../devel/scons WRKSRC= ${WRKDIR}/blender USE_LIBTOOL= yes USE_TOOLS+= gmake -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++ LDFLAGS+= -lcrypto diff --git a/graphics/pdiff/Makefile b/graphics/pdiff/Makefile index 900d259653b..857e82a10d9 100644 --- a/graphics/pdiff/Makefile +++ b/graphics/pdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/08/06 10:41:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/22 19:30:04 wiz Exp $ # DISTNAME= pdiff0.9b-src @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews EXTRACT_OPTS+= -d pdiff WRKSRC= ${WRKDIR}/pdiff -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ BUILD_DEPENDS+= cmake>=2:../../devel/cmake diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 5c85a12d06c..dfa1a9f3518 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/01 16:28:14 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/22 19:30:04 wiz Exp $ DISTNAME= xmorph_20060817 PKGNAME= xmorph-20060817 @@ -11,7 +11,7 @@ COMMENT= X program for image warping and dissolving GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtkmorph=no -USE_LANGUAGES+= c c++ fortran +USE_LANGUAGES= c c++ fortran USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index b8bc4d1bc30..8130df8b0a1 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/02/01 16:04:19 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/22 19:30:04 wiz Exp $ # DISTNAME= zphoto-1.2 @@ -15,7 +15,7 @@ COMMENT= Flash-based photo album generator USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake perl -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.libiconv:Q} |