diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-21 07:11:33 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-21 07:11:33 +0000 |
commit | e7adaf2a02a4c7dd3c11ed93a4cf6bfb5241fae1 (patch) | |
tree | 96777ce3759dc136cce0095a6a1045bf877dc452 /sysutils/portupgrade/Makefile | |
parent | 598667b8d4f59ab4b27867072574aec01fc2d591 (diff) | |
download | ports-e7adaf2a02a4c7dd3c11ed93a4cf6bfb5241fae1.tar.gz ports-e7adaf2a02a4c7dd3c11ed93a4cf6bfb5241fae1.zip |
Notes
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 16aed7712e66..897ced101ff4 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -30,6 +30,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1 USE_BZIP2= yes USE_RUBY= yes +USE_RUBY_FEATURES= optparse ruby18 MAKE_ARGS= PREFIX="${PREFIX}" RUBY="${RUBY}" @@ -63,10 +64,6 @@ PKG_CREATE_OK!= /usr/sbin/pkg_create 2>&1 | ${GREP} ' -b ' || ${TRUE} IGNORE= pkg_create does not support -b. Please update pkg_* tools or stick with portupgrade-20020920 + pkg_tarup-1.2_3, which work just fine .endif -.if ${RUBY_VER} < 1.7 -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/features/ruby18/file_ruby18.so:${PORTSDIR}/lang/ruby16-shim-ruby18 -.endif - post-install: if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \ ${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \ |