diff options
| author | Johan van Selst <johans@FreeBSD.org> | 2014-06-15 12:33:34 +0000 |
|---|---|---|
| committer | Johan van Selst <johans@FreeBSD.org> | 2014-06-15 12:33:34 +0000 |
| commit | ca25ebcc62a7f8dc930d943b8f62927fd995a3cf (patch) | |
| tree | b57c7911a8c241c517859bfbc9a996a9b75201ba /lang/gforth | |
| parent | 8dd43b8ba8222c9dc3163dc836566980b2953813 (diff) | |
Notes
Diffstat (limited to 'lang/gforth')
| -rw-r--r-- | lang/gforth/Makefile | 5 |
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 |
