diff options
author | jlam <jlam> | 2000-08-27 02:46:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-27 02:46:03 +0000 |
commit | 685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch) | |
tree | 1e6a3745241270729ad06096ce88aae00098df6e /graphics | |
parent | 26479982fb1c1713b23f027c35b884dac0997ad5 (diff) | |
download | pkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz |
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Mesa-glx/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile index e6eb8b4d9ef..0033487983d 100644 --- a/graphics/Mesa-glx/Makefile +++ b/graphics/Mesa-glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/14 07:27:39 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/27 02:46:04 jlam Exp $ DISTNAME= glx-20000813 PKGNAME= Mesa-${DISTNAME} @@ -12,27 +12,26 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://utah-glx.sourceforge.net/ -BUILD_DEPENDS+= ${PERL}:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 BUILD_DEPENDS+= ${AUTOCONF}:../../devel/autoconf BUILD_DEPENDS+= ${TCLSH}:../../lang/tcl80 CONFLICTS+= Mesa-* ONLY_FOR_PLATFORM= NetBSD-*-i386 -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_X11BASE= yes +GNU_CONFIGURE= # defined +USE_GMAKE= # defined +USE_LIBTOOL= # defined +USE_X11BASE= # defined CONFIGURE_ARGS+= --enable-static --with-mesa=${MESA_WRKSRC} CONFIGURE_ARGS+= --with-moduledir=${PREFIX}/lib/modules CONFIGURE_ENV+= TCLSH=${TCLSH} AUTOCONF= ${LOCALBASE}/bin/autoconf WRKSRCDIRS= ${MESA_WRKSRC} ${WRKSRC} ${WRKSRC}/docs -MAKE_ENV+= PERL=${PERL} +MAKE_ENV+= PERL=${PERL5} MESA_VERSION= 3.1 MESA_WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION} -PERL= ${LOCALBASE}/bin/perl TCLSH= ${LOCALBASE}/bin/tclsh8.0 pre-configure: |