diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-08 03:00:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-08 03:00:29 +0000 |
commit | 75f431d969f29ed2e62ab970d189c492a40ef738 (patch) | |
tree | d67c38589f0a70653612f61a7f96e8c870fc484e /x11/fltk | |
parent | 3f0c4ee09a7f8e9149550c82e83b658ffc55645f (diff) | |
download | pkgsrc-75f431d969f29ed2e62ab970d189c492a40ef738.tar.gz |
PKGLIBTOOL and PKGSHLIBTOOL are no more.
Diffstat (limited to 'x11/fltk')
-rw-r--r-- | x11/fltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 1a8b23110f1..f8a1c440af3 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/02/02 13:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2004/02/08 03:00:29 jlam Exp $ # DISTNAME= fltk-1.0.11-source @@ -27,7 +27,7 @@ USE_X11BASE= # defined TEST_TARGET= test GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --enable-libtool=${PKGLIBTOOL} +CONFIGURE_ARGS+= --enable-libtool=${LIBTOOL} .include "../../graphics/MesaLib/buildlink2.mk" .include "../../graphics/glu/buildlink2.mk" |