aboutsummaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 6365bf1830f1..c873659a191f 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smalltalk
-PORTVERSION= 1.95.6
+PORTVERSION= 1.95.7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,8 +15,8 @@ MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= # none
-CONFIGURE_ARGS= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= MAKEINFO='makeinfo --no-split'
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= gst.1
@@ -25,7 +25,7 @@ post-extract:
pre-patch:
@find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \
- 's| -release \$$\(VERSION\)| -avoid-version|g ; \
- s|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g'
+ 's| -release \$$\(VERSION\)| -avoid-version|g'
+ @${PERL} -pi -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/ltdl/ltdl.c
.include <bsd.port.mk>