diff options
author | agc <agc> | 2003-06-17 15:09:59 +0000 |
---|---|---|
committer | agc <agc> | 2003-06-17 15:09:59 +0000 |
commit | 083893831ab50e500e09a99c293833b7863940d4 (patch) | |
tree | 8cb6914703656c43165681f2e28edd82ffb5f26a /wm/matchbox | |
parent | cc843628464cb142ac67cd101e98c51416eea75b (diff) | |
download | pkgsrc-083893831ab50e500e09a99c293833b7863940d4.tar.gz |
Help this package to build by using the pkgsrc libtool, not the one
bundled with the package.
Diffstat (limited to 'wm/matchbox')
-rw-r--r-- | wm/matchbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile index e3f65f6b1b4..76997209387 100644 --- a/wm/matchbox/Makefile +++ b/wm/matchbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/06/02 01:16:14 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/06/17 15:09:59 agc Exp $ # DISTNAME= matchbox-0.3.6 @@ -11,7 +11,9 @@ COMMENT= window manager designed for computers with small displays USE_BUILDLINK2= YES USE_X11= YES +USE_LIBTOOL= YES GNU_CONFIGURE= YES +LIBTOOL_OVERRIDE=${WRKSRC}/libtool .include "../../graphics/xpm/buildlink2.mk" |