diff options
author | swills <swills@FreeBSD.org> | 2013-11-27 09:10:08 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-11-27 09:10:08 +0800 |
commit | ed833ac92826c2b60fdb0ead53ffa0e586b62a2e (patch) | |
tree | 41776e8a98346a9d1ed3cbc0c23b08191121b407 | |
parent | 080b7084abe6f3e63873cdb07c905bf3e51bda51 (diff) | |
download | freebsd-ports-gnome-ed833ac92826c2b60fdb0ead53ffa0e586b62a2e.tar.gz freebsd-ports-gnome-ed833ac92826c2b60fdb0ead53ffa0e586b62a2e.tar.zst freebsd-ports-gnome-ed833ac92826c2b60fdb0ead53ffa0e586b62a2e.zip |
- Remove unneeded variables
- Mark JOBS safe
-rw-r--r-- | lang/ruby20/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/ruby20/Makefile b/lang/ruby20/Makefile index 28a5ad5ce0fa..87a80da22f42 100644 --- a/lang/ruby20/Makefile +++ b/lang/ruby20/Makefile @@ -37,10 +37,6 @@ USE_BZIP2= yes USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes -_RUBY_SYSLIBDIR= ${PREFIX}/lib -_RUBY_EXTDIR= ${PREFIX}/lib/ruby19 - -MAKE_JOBS_UNSAFE= yes NO_LATEST_LINK= yes |