diff options
author | taca <taca> | 2005-10-28 04:38:05 +0000 |
---|---|---|
committer | taca <taca> | 2005-10-28 04:38:05 +0000 |
commit | af8750082190df6aebd5e251df03bf62eeb5335a (patch) | |
tree | dd22063ac63e9063944d634b38f41d4e7804b5ca /www | |
parent | d2c31dec0ae488056f6b08ff73cfa4710d58d947 (diff) | |
download | pkgsrc-af8750082190df6aebd5e251df03bf62eeb5335a.tar.gz |
This change should be fix build problem on NetBSD 1.6 noted
by Krister Walfridsson.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby16-borges/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby16-borges/Makefile b/www/ruby16-borges/Makefile index 4340b99b059..8eede320b27 100644 --- a/www/ruby16-borges/Makefile +++ b/www/ruby16-borges/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/10/25 04:15:48 taca Exp $ +# $NetBSD: Makefile,v 1.5 2005/10/28 04:38:05 taca Exp $ DISTNAME= borges-0.2.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -19,6 +19,8 @@ USE_RUBY_INSTALL= yes NO_BUILD= yes BORGES_SHARE_DIR= data/doc data/examples +.include "../../lang/ruby/rubyversion.mk" + .if !empty(RUBY_SUFFIX) pre-configure: .for d in ${BORGES_SHARE_DIR} |