diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-10 04:52:24 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-10 04:52:24 +0800 |
commit | 7c6393360c77c2798946364ff1f0ebaf63fc7601 (patch) | |
tree | b674a614fc70a00481f49716d0d12fe947ce0ec7 /lang/mlton | |
parent | 25c6186fcb062a0e76b303a4456ab8e3d11c721e (diff) | |
download | freebsd-ports-gnome-7c6393360c77c2798946364ff1f0ebaf63fc7601.tar.gz freebsd-ports-gnome-7c6393360c77c2798946364ff1f0ebaf63fc7601.tar.zst freebsd-ports-gnome-7c6393360c77c2798946364ff1f0ebaf63fc7601.zip |
Remove USE_REINPLACE from the categories starting with L
Diffstat (limited to 'lang/mlton')
-rw-r--r-- | lang/mlton/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 4e1befc1bb10..0cda6e7d9756 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -41,7 +41,6 @@ MANCOMPRESSED= yes BOOT_WRKSRC= ${WRKDIR}/mlton-bootstrap USE_GETTEXT= yes -USE_REINPLACE= yes ALL_TARGET= all USE_GMAKE= yes MAKE_ARGS= DESTDIR='' \ |