diff options
author | jlam <jlam> | 2004-02-14 17:21:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-14 17:21:49 +0000 |
commit | b45eb2df79959745d55a13ebb9be1bf0249b1cbd (patch) | |
tree | fda78a130b1b3c39c8fedb7ab038d97acccd27a7 /x11/vte | |
parent | 32369af4aa7c6b66ccff80e3a8958db1e50cf726 (diff) | |
download | pkgsrc-b45eb2df79959745d55a13ebb9be1bf0249b1cbd.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/vte')
-rw-r--r-- | x11/vte/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index c3c2b642909..3f7b57479a2 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/11 07:11:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:56 jlam Exp $ # DISTNAME= vte-0.11.10 @@ -25,7 +25,6 @@ CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE+= ${WRKSRC}/vte.pc.in .include "../../devel/pkgconfig/buildlink3.mk" |