diff options
author | johans <johans@FreeBSD.org> | 2014-06-15 23:22:24 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-06-15 23:22:24 +0800 |
commit | b077aadd1ca41a4b538f723ecb056f187a6054ba (patch) | |
tree | 692ef9841f0156ab0925aca2c240cd7859df4fbd /lang | |
parent | ab3da7564ff57e417545a4bc940b36a8d4c440c0 (diff) | |
download | freebsd-ports-gnome-b077aadd1ca41a4b538f723ecb056f187a6054ba.tar.gz freebsd-ports-gnome-b077aadd1ca41a4b538f723ecb056f187a6054ba.tar.zst freebsd-ports-gnome-b077aadd1ca41a4b538f723ecb056f187a6054ba.zip |
Our automatic dependency tracking is too intelligent,
but should have all bases covered now.
Diffstat (limited to 'lang')
-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 03d3d17604db..41d7b3eca981 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -3,7 +3,7 @@ PORTNAME= gforth PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.complang.tuwien.ac.at/forth/gforth/ \ GNU @@ -11,7 +11,7 @@ MASTER_SITES= http://www.complang.tuwien.ac.at/forth/gforth/ \ MAINTAINER= johans@FreeBSD.org COMMENT= Fast and portable Forth system -LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi +LIB_DEPENDS= libffi.so.6:${PORTSDIR}/devel/libffi BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall GNU_CONFIGURE= yes @@ -20,7 +20,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-reorder-blocks -fno-inline CONFIGURE_ENV+= GFORTHHIST=${WRKSRC} MAKE_ENV+= GFORTHHIST=${WRKSRC} -USES= gmake +USES= gmake libtool USE_GCC= any USE_AUTOTOOLS= libtool libltdl USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named |