aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-12 12:19:15 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-12 12:19:15 +0000
commitc9db56e41ef8a97451f87b602f8b51a494d08654 (patch)
treecfb73fad2d1534a68d0f85b09d176b4905002be0 /lang/gforth
parent73f4c269aed731627052ca559e87e07a8a5fe135 (diff)
downloadports-c9db56e41ef8a97451f87b602f8b51a494d08654.tar.gz
ports-c9db56e41ef8a97451f87b602f8b51a494d08654.zip
Notes
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 4d7b31495f6d..bcbdc16cc98b 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -16,13 +16,12 @@ BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CFLAGS+= -fno-reorder-blocks -fno-inline
+LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= GFORTHHIST=${WRKSRC}
MAKE_ENV+= GFORTHHIST=${WRKSRC}
-USES= gmake libtool makeinfo
+USES= gmake libtool:build makeinfo
+USE_AUTOTOOLS= libltdl
USE_GCC= any
-USE_AUTOTOOLS= libtool libltdl
USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
ALL_TARGET= kernel/version.fs more info
MAKE_JOBS_UNSAFE=yes