diff options
author | gavan <gavan> | 2003-11-06 19:25:09 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-11-06 19:25:09 +0000 |
commit | c40c4c454b48acedee3861e04f86aec8a1dc6e9a (patch) | |
tree | 37318835b9741e05d4f2c6048860f62299df40a3 /graphics | |
parent | cf201198824325880b5237de9397eee71568b0d5 (diff) | |
download | pkgsrc-c40c4c454b48acedee3861e04f86aec8a1dc6e9a.tar.gz |
Set LIBTOOL_OVERRIDE.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index ff6d6ddf4c6..f3bf21fbe0e 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2003/07/21 16:51:40 martti Exp $ +# $NetBSD: Makefile,v 1.41 2003/11/06 19:25:09 gavan Exp $ # DISTNAME= gd-2.0.15 @@ -14,6 +14,7 @@ USE_LIBTOOL= YES USE_X11= YES GNU_CONFIGURE= YES REPLACE_PERL= bdftogd +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../devel/zlib/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" |