diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 08:41:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 08:41:34 +0000 |
commit | c0ef6553ab62feeeed1bc06230ffad0837ff80c6 (patch) | |
tree | 538272ea6472d12ca5d850dc054ae239be5ead16 /lang/gforth | |
parent | bd2bbe06be054ea6d260b07be6a68fed141bd12e (diff) | |
download | ports-c0ef6553ab62feeeed1bc06230ffad0837ff80c6.tar.gz ports-c0ef6553ab62feeeed1bc06230ffad0837ff80c6.zip |
Notes
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 41d7b3eca981..058e4c8f8942 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -20,7 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-reorder-blocks -fno-inline CONFIGURE_ENV+= GFORTHHIST=${WRKSRC} MAKE_ENV+= GFORTHHIST=${WRKSRC} -USES= gmake libtool +USES= gmake libtool makeinfo USE_GCC= any USE_AUTOTOOLS= libtool libltdl USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named |