diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-08 18:07:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-08 18:07:02 +0800 |
commit | 0f5cee72a86833996a5ef606e6e43712a40f54b1 (patch) | |
tree | 5c0f79937abc454db8f0b3a125b93fc6c331228f /lang/smalltalk | |
parent | 082931d686756bc0ad1be8bd9c4ed3e7a7251f5b (diff) | |
download | freebsd-ports-gnome-0f5cee72a86833996a5ef606e6e43712a40f54b1.tar.gz freebsd-ports-gnome-0f5cee72a86833996a5ef606e6e43712a40f54b1.tar.zst freebsd-ports-gnome-0f5cee72a86833996a5ef606e6e43712a40f54b1.zip |
- Fix after objformat removal
Submitted by: pointyhat
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 5 |
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 |