summaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-08 10:07:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-08 10:07:02 +0000
commit6af4d62e06232a26a1f505b8c91c5e85e4b904bf (patch)
tree4e9924d1d8b4430b60ff060df6fdf21c37f49e8d /lang/smalltalk/Makefile
parent- ruby-sqlite3 -> rubygem-sqlite3 (diff)
- Fix after objformat removal
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=184566
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile5
1 files changed, 5 insertions, 0 deletions
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