diff options
author | wiz <wiz> | 2001-05-12 16:15:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-05-12 16:15:44 +0000 |
commit | 7a3f77d477db369ec7ce984fd67b5bcaec7ccbfb (patch) | |
tree | d2c99c0cf19cde3f6f69a25b567beb3e1bb9d6fc /lang/libperl | |
parent | 3352d6b58daed0b2f10a593987921fc17d93978b (diff) | |
download | pkgsrc-7a3f77d477db369ec7ce984fd67b5bcaec7ccbfb.tar.gz |
space -> tab.
Diffstat (limited to 'lang/libperl')
-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 |