summaryrefslogtreecommitdiff
path: root/x11/fltk/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-08 03:00:29 +0000
committerjlam <jlam@pkgsrc.org>2004-02-08 03:00:29 +0000
commitb37cceb5b15bacb067efafce7b4b43ee3e9ea2ed (patch)
treed67c38589f0a70653612f61a7f96e8c870fc484e /x11/fltk/Makefile
parent43d1ffd334b7e12af89472e4d27a69f25f4a329a (diff)
downloadpkgsrc-b37cceb5b15bacb067efafce7b4b43ee3e9ea2ed.tar.gz
PKGLIBTOOL and PKGSHLIBTOOL are no more.
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r--x11/fltk/Makefile4
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"