diff options
author | mat <mat@FreeBSD.org> | 2016-08-03 20:09:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-03 20:09:37 +0800 |
commit | 8afae6f3471db8b447a73824080d71b09d12bfd4 (patch) | |
tree | fe0e546aba78bce37600773240861371bc44bcac /Mk/bsd.ruby.mk | |
parent | 1bc6c7849b8bd214a06e7cfb1f87e0ebc47bdd7c (diff) | |
download | freebsd-ports-gnome-8afae6f3471db8b447a73824080d71b09d12bfd4.tar.gz freebsd-ports-gnome-8afae6f3471db8b447a73824080d71b09d12bfd4.tar.zst freebsd-ports-gnome-8afae6f3471db8b447a73824080d71b09d12bfd4.zip |
Always include bsd.default-versions.mk in bsd.port.mk.
The variable defined in it are now always available after including
bsd.port.pre.mk.
PR: 210666
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6933
Diffstat (limited to 'Mk/bsd.ruby.mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index dc177df3895e..b1b6394bf93f 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -128,8 +128,6 @@ Ruby_Include_MAINTAINER= ruby@FreeBSD.org # RUBY_ELISPDIR - Installation path for emacs lisp files. # -.include "${PORTSDIR}/Mk/bsd.default-versions.mk" - .if defined(RUBY_DEFAULT_VER) WARNING+= "RUBY_DEFAULT_VER is defined, consider using DEFAULT_VERSIONS=ruby=${RUBY_DEFAULT_VER} instead" .endif |