diff options
author | explorer <explorer@pkgsrc.org> | 2003-10-03 03:10:57 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2003-10-03 03:10:57 +0000 |
commit | 2dd8c703cef14848aeca6e71e62286d0ae1b7b21 (patch) | |
tree | a6f21b8da7183dd5d57f7a16a7391f2165dafa05 /graphics/p5-GD/Makefile | |
parent | cac0d35f428a6bbdffa874f0bc44fc95149e60c6 (diff) | |
download | pkgsrc-2dd8c703cef14848aeca6e71e62286d0ae1b7b21.tar.gz |
don't hard-code prefix, pass it to Makefile.PL
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index dcd187bb89f..7742de75e3c 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/10/02 04:32:41 explorer Exp $ +# $NetBSD: Makefile,v 1.17 2003/10/03 03:10:57 explorer Exp $ # DISTNAME= GD-2.07 @@ -17,6 +17,7 @@ USE_X11= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/.packlist MAKE_ENV+= GD_LIBS="${LDFLAGS}" +MAKE_PARAMS+= -lib_gd_path=${PREFIX} .include "../../graphics/gd/buildlink2.mk" .include "../../lang/perl5/module.mk" |