diff options
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r-- | lang/gforth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index c26d554cd152..ff46e0242a00 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gforth -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 CATEGORIES= lang MASTER_SITES= http://www.complang.tuwien.ac.at/forth/gforth/ \ GNU @@ -17,9 +17,9 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-reorder-blocks -fno-inline -USES= gmake +USES= gmake libtool USE_GCC= any -USE_AUTOTOOLS= libtool libltdl +USE_AUTOTOOLS= libltdl USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named ALL_TARGET= kernel/version.fs more info MAKE_JOBS_UNSAFE=yes |