diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-24 00:57:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-24 00:57:50 +0000 |
commit | 76a94319c9bf39f84121bb7467225698e2151bf8 (patch) | |
tree | 6518a28daefcb86f520c204dcc8526172d66ec16 /graphics/povray/Makefile | |
parent | 9ea38109292b66c52eb1dd5cdcbe882aafe3a1ce (diff) | |
download | pkgsrc-76a94319c9bf39f84121bb7467225698e2151bf8.tar.gz |
Convert to bl3. Replace USE_GCC_SHLIB with USE_LANGUAGES=c c++.
Diffstat (limited to 'graphics/povray/Makefile')
-rw-r--r-- | graphics/povray/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 19552eb6018..b5c17266003 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/03 18:49:44 reed Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/24 00:57:50 wiz Exp $ DISTNAME= povuni_s PKGNAME= povray-3.50c @@ -18,8 +18,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_X11= YES GNU_CONFIGURE= YES -USE_BUILDLINK2= YES -USE_GCC_SHLIB= YES +USE_BUILDLINK3= YES +USE_LANGUAGES= c c++ USE_PKGINSTALL= YES CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR} @@ -34,8 +34,8 @@ SUBST_FILES.povini= povray.ini SUBST_SED.povini= -e 's|/usr/local|${PREFIX}|' SUBST_STAGE.povini= post-patch -.include "../../graphics/jpeg/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" -.include "../../graphics/tiff/buildlink2.mk" +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |