aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-06-15 20:33:34 +0800
committerjohans <johans@FreeBSD.org>2014-06-15 20:33:34 +0800
commit98dffa75aa3e1a0b6a681d23c815aa34c694cc92 (patch)
treeb57c7911a8c241c517859bfbc9a996a9b75201ba
parenta3ca09514ef8ddc211e9437b8258e03461520d9c (diff)
downloadfreebsd-ports-gnome-98dffa75aa3e1a0b6a681d23c815aa34c694cc92.tar.gz
freebsd-ports-gnome-98dffa75aa3e1a0b6a681d23c815aa34c694cc92.tar.zst
freebsd-ports-gnome-98dffa75aa3e1a0b6a681d23c815aa34c694cc92.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
-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