diff options
author | rh <rh@pkgsrc.org> | 2002-04-27 11:31:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-27 11:31:23 +0000 |
commit | 7acdc587eb29afd3f65e3a9c12ecce33dda355f9 (patch) | |
tree | 1dabdc9a5be2e70a979c0725b40dc2a191ff7cf7 /devel/bonobo-activation | |
parent | 4692a19ee9789e851301ba19047ac4f5a871b442 (diff) | |
download | pkgsrc-7acdc587eb29afd3f65e3a9c12ecce33dda355f9.tar.gz |
Add proper LIBTOOL_OVERRIDEs so this actually uses pkgsrc's libtool.
Diffstat (limited to 'devel/bonobo-activation')
-rw-r--r-- | devel/bonobo-activation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index b03a4dae2bc..094b121dd8e 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/27 08:57:57 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/27 11:31:24 rh Exp $ # DISTNAME= bonobo-activation-0.9.7 @@ -16,6 +16,7 @@ USE_X11= YES USE_GMAKE= YES USE_LIBTOOL= YES USE_BUILDLINK_ONLY= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES .include "../../textproc/libxml2/buildlink.mk" |