diff options
author | drochner <drochner@pkgsrc.org> | 2002-11-28 15:30:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-11-28 15:30:27 +0000 |
commit | b8707fcdd62870a1db7e9c42aea6477eeb8e9630 (patch) | |
tree | a1c029bbd029e0bfe138cbfbec512ca23ca88ee8 /devel/bonobo | |
parent | fd4ecd6aa4c722f283c44915f7f7f459f4cd119f (diff) | |
download | pkgsrc-b8707fcdd62870a1db7e9c42aea6477eeb8e9630.tar.gz |
add a missing LIBTOOL_OVERRIDE
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index d1e96fc2042..2ca55294264 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/10/30 03:09:28 rh Exp $ +# $NetBSD: Makefile,v 1.32 2002/11/28 15:30:27 drochner Exp $ # DISTNAME= bonobo-1.0.18 @@ -23,7 +23,7 @@ CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" CONFIGURE_ENV+= X11BASE="${X11BASE}" USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libefs/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libefs/libefs.pc.in post-install: |