aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-06-15 12:33:34 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-06-15 12:33:34 +0000
commitca25ebcc62a7f8dc930d943b8f62927fd995a3cf (patch)
treeb57c7911a8c241c517859bfbc9a996a9b75201ba /lang/gforth
parent8dd43b8ba8222c9dc3163dc836566980b2953813 (diff)
downloadports-ca25ebcc62a7f8dc930d943b8f62927fd995a3cf.tar.gz
ports-ca25ebcc62a7f8dc930d943b8f62927fd995a3cf.zip
- Revert USE_AUTOTOOLS=libtool that was removed in previous commit
because libtool was not found, 12 library files were not build - Bump PORTREVISION Reported by: jenkins via swills
Notes
Notes: svn path=/head/; revision=357874
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 355abf274e11..03d3d17604db 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gforth
PORTVERSION= 0.7.3
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.complang.tuwien.ac.at/forth/gforth/ \
GNU
@@ -19,9 +20,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -fno-reorder-blocks -fno-inline
CONFIGURE_ENV+= GFORTHHIST=${WRKSRC}
MAKE_ENV+= GFORTHHIST=${WRKSRC}
-USES= gmake libtool
+USES= gmake
USE_GCC= any
-USE_AUTOTOOLS= libltdl
+USE_AUTOTOOLS= libtool libltdl
USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
ALL_TARGET= kernel/version.fs more info
MAKE_JOBS_UNSAFE=yes