diff options
author | wiz <wiz> | 2001-05-12 16:15:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-05-12 16:15:44 +0000 |
commit | d1affce383bed440e072f0a35859d803bc355a00 (patch) | |
tree | d2c99c0cf19cde3f6f69a25b567beb3e1bb9d6fc /lang | |
parent | 3a3270e64853175507c6dd58584cf5b9c9e4a6d4 (diff) | |
download | pkgsrc-d1affce383bed440e072f0a35859d803bc355a00.tar.gz |
space -> tab.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/libperl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile index 50341ad6a47..724e7c67759 100644 --- a/lang/libperl/Makefile +++ b/lang/libperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/05/11 14:52:21 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/05/12 16:15:44 wiz Exp $ DISTNAME= perl-${PERL_VERSION} PKGNAME= libperl-${PERL_VERSION}nb2 @@ -21,8 +21,8 @@ HAS_CONFIGURE= # defined CONFIGURE_ENV+= PREFIX=${PREFIX} CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Doptimize="${CFLAGS}" \ - -Darchname=${MACHINE_ARCH}-${LOWER_OPSYS} \ - -Dcc=gcc -Dusemymalloc=false + -Darchname=${MACHINE_ARCH}-${LOWER_OPSYS} \ + -Dcc=gcc -Dusemymalloc=false CONFIGURE_ARGS+= -Duseshrplib=true MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC} ALL_TARGET= lib/Config.pm libperl.so |