diff options
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" |