diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 23:48:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 23:48:22 +0000 |
commit | f64169a06884fdf2585681023056831e8df6a121 (patch) | |
tree | e35cf074e0879b8e51fd8fb732d15143b50e0c09 /fonts | |
parent | bdaf416c674725f703da3be5beed022fbf126a7f (diff) | |
download | pkgsrc-f64169a06884fdf2585681023056831e8df6a121.tar.gz |
Remove unnecessary LTCONFIG_OVERRIDE.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/t1lib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 754f6eb523f..dacdc93da6a 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:14:42 tv Exp $ +# $NetBSD: Makefile,v 1.17 2004/11/22 23:48:22 wiz Exp $ # DISTNAME= t1lib-5.0.2 @@ -18,7 +18,6 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ac-tools/ltconfig ALL_TARGET= without_doc |