diff options
author | drochner <drochner> | 2002-11-28 15:30:27 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-11-28 15:30:27 +0000 |
commit | fc3736705177d864306dae22851d6db5ffced020 (patch) | |
tree | a1c029bbd029e0bfe138cbfbec512ca23ca88ee8 /devel/bonobo | |
parent | a40aa98be5e73d98119c2f4a0349ca09cd7ddad9 (diff) | |
download | pkgsrc-fc3736705177d864306dae22851d6db5ffced020.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: |