diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:49 +0000 |
commit | 22df0af21bc54c78d773ba28c810760d4eeb4073 (patch) | |
tree | fda78a130b1b3c39c8fedb7ab038d97acccd27a7 /x11/mlterm | |
parent | ebd3d3c1bc5526a805967005d3854715ac8cf613 (diff) | |
download | pkgsrc-22df0af21bc54c78d773ba28c810760d4eeb4073.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 4b749bc56dc..9a774adb00a 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/27 00:53:10 heinz Exp $ +# $NetBSD: Makefile,v 1.20 2004/02/14 17:21:56 jlam Exp $ DISTNAME= mlterm-2.7.0 PKGREVISION= 2 @@ -17,9 +17,6 @@ USE_X11= yes USE_LIBTOOL= yes USE_GNU_TOOLS+= make -LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/libtool -LIBTOOL_OVERRIDE+= ${WRKSRC}/autoconf/libtool -LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/libtool GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-imagelib=imlib |