diff options
author | swills <swills@FreeBSD.org> | 2014-05-31 03:20:24 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-05-31 03:20:24 +0800 |
commit | e0c4fb02d6369699add39f55fd7c4812fa69b58d (patch) | |
tree | a3d2f731da18dbabffb034a7ab3436413eb941e6 /lang | |
parent | c556091133514b79e1094e4669d8c56f71fcfa1d (diff) | |
download | freebsd-ports-gnome-e0c4fb02d6369699add39f55fd7c4812fa69b58d.tar.gz freebsd-ports-gnome-e0c4fb02d6369699add39f55fd7c4812fa69b58d.tar.zst freebsd-ports-gnome-e0c4fb02d6369699add39f55fd7c4812fa69b58d.zip |
- Remove uneeded include of bsd.port.options.mk
Reported by: antoine
Pointyhat to: swills
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby20/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby21/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lang/ruby20/Makefile b/lang/ruby20/Makefile index d4c681e22c7b..44d8924c7702 100644 --- a/lang/ruby20/Makefile +++ b/lang/ruby20/Makefile @@ -56,8 +56,6 @@ EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -.include <bsd.port.options.mk> - USES= tar:bzip2 .include <bsd.port.pre.mk> diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile index cec3881a344a..6ca089a7db7a 100644 --- a/lang/ruby21/Makefile +++ b/lang/ruby21/Makefile @@ -56,8 +56,6 @@ EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -.include <bsd.port.options.mk> - USES= tar:bzip2 .include <bsd.port.pre.mk> |