diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 19:58:44 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 19:58:44 +0000 |
commit | 8b7c42a0cea2c5ae92c6511f536db05588c07f33 (patch) | |
tree | 95d206689c0680cb1d91e060a49b467f115a1ed9 /lang/ruby18_static | |
parent | 9ee64133aa5f0a067a83dd1f01c73caa5304e85a (diff) | |
download | ports-8b7c42a0cea2c5ae92c6511f536db05588c07f33.tar.gz ports-8b7c42a0cea2c5ae92c6511f536db05588c07f33.zip |
Set LATEST_LINK to "ruby_static-devel".
Notes
Notes:
svn path=/head/; revision=49686
Diffstat (limited to 'lang/ruby18_static')
-rw-r--r-- | lang/ruby18_static/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby18_static/Makefile b/lang/ruby18_static/Makefile index e020a9fefdbe..a36237101560 100644 --- a/lang/ruby18_static/Makefile +++ b/lang/ruby18_static/Makefile @@ -11,4 +11,6 @@ RUBY_VER= 1.7 HAVE_FNMATCH= yes +LATEST_LINK= ruby_static-devel + .include "${MASTERDIR}/Makefile" |