From 7af04e3b308ea4fb006156c3a375d27f6d1a4be4 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Fri, 3 Jun 2005 00:39:11 +0000 Subject: Don't attempt to use libtool before it is installed. Reported by: kris Noodlebrain: me --- devel/libassa/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/libassa') diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index b9be90a365b2..d1c1dd0dbd13 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -22,7 +22,9 @@ CONFIGURE_ARGS= --disable-html-docs --disable-static INSTALLS_SHLIB= yes post-patch: - @${CP} ${LTMAIN} ${WRKSRC} @${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in +pre-configure: + @${CP} ${LTMAIN} ${WRKSRC} + .include -- cgit v1.2.3