From 0f5cee72a86833996a5ef606e6e43712a40f54b1 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 8 Feb 2007 10:07:02 +0000 Subject: - Fix after objformat removal Submitted by: pointyhat --- lang/smalltalk/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lang/smalltalk') diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index f6c9fec859ed..d390e091a312 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ OPTIONS= TCLTK "Enable Tcl/Tk binding" on +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig USE_GCC= 3.4+ USE_ICONV= yes @@ -62,6 +63,10 @@ CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ PLIST_SUB+= TCLTK="" .endif +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure + post-build: @${SED} -e 's|@bindir@|${PREFIX}/bin|g' \ ${WRKSRC}/gst-mode.el.in > ${WRKSRC}/gst-mode.el -- cgit