diff options
author | skrll <skrll@pkgsrc.org> | 2000-12-11 23:02:36 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-12-11 23:02:36 +0000 |
commit | bf1a804f08084763fa1ee62f5a80ff8be2877b7e (patch) | |
tree | 9c762818215073675ee0d336fe981650c7c32741 /x11/qt2-libs/Makefile | |
parent | 05e6365fe378e754750c613e03535d3540063758 (diff) | |
download | pkgsrc-bf1a804f08084763fa1ee62f5a80ff8be2877b7e.tar.gz |
Don't rely on libtool>1.4 functionality... yet.
Diffstat (limited to 'x11/qt2-libs/Makefile')
-rw-r--r-- | x11/qt2-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile index 1da1e16c2b4..275bbf0f2ec 100644 --- a/x11/qt2-libs/Makefile +++ b/x11/qt2-libs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2000/12/09 17:21:49 skrll Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/11 23:02:36 skrll Exp $ # -USE_MESA= yes +#USE_MESA= yes .include "../qt2-libs/Makefile.common" |