diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-06 08:58:21 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-06 08:58:21 +0000 |
commit | fae8e0f615b1dfcff35249a7a11ebfba7391bc56 (patch) | |
tree | cbba292aa57c0d2e7bb423ca0366362b198eec85 /security/rubygem-net-ssh | |
parent | 090dbb7b77d15ec9d072089f51c17e73d6e22f59 (diff) |
Notes
Diffstat (limited to 'security/rubygem-net-ssh')
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 7efa8d45e247..ed4a9f1d4b4b 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -21,6 +21,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options # to get RUBY_SITEARCHLIBDIR USE_RUBY= yes +USE_RUBYGEMS= yes .include <bsd.port.pre.mk> @@ -28,5 +29,4 @@ USE_RUBY= yes RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios .endif -.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" .include <bsd.port.post.mk> |