diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-29 01:52:08 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-29 01:52:08 +0800 |
commit | bb4bc6474679392f74ce84f1c26052c26272e9c5 (patch) | |
tree | afcaa6d3928149d46fc2d38ec92db368fd97212e /sysutils | |
parent | cb4057b78f8bb3d44d92d40a3c0d921a50f76dc6 (diff) | |
download | freebsd-ports-gnome-bb4bc6474679392f74ce84f1c26052c26272e9c5.tar.gz freebsd-ports-gnome-bb4bc6474679392f74ce84f1c26052c26272e9c5.tar.zst freebsd-ports-gnome-bb4bc6474679392f74ce84f1c26052c26272e9c5.zip |
Oops, I forgot to commit Makefile..
--
Fix the startup script for 4.x.
Submitted by: Nicole Thurner <thurners -at- t-online.de>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 2a96e00054ad..75fe60b2e425 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20041226 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -29,6 +30,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1 # For PKG_DBDRIVER={bdb_btree,bdb_hash,bdb} # ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb +USE_RC_SUBR= yes USE_BZIP2= yes USE_RUBY= yes USE_RUBY_FEATURES= optparse ruby18 diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 2a96e00054ad..75fe60b2e425 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -7,6 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20041226 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -29,6 +30,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1 # For PKG_DBDRIVER={bdb_btree,bdb_hash,bdb} # ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb +USE_RC_SUBR= yes USE_BZIP2= yes USE_RUBY= yes USE_RUBY_FEATURES= optparse ruby18 |