diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-04-27 21:57:31 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-04-27 21:57:31 +0000 |
commit | 462519941e56e838fd1fff77ecc3ebeb554fcb80 (patch) | |
tree | 458ee36a309c86fda82fb043915969b7de517c43 /devel/rubygem-algorithms | |
parent | Fix runtime error due to missing rpath (diff) |
Convert USES=gem:autoplist to USES=gem since autoplist is default
Diffstat (limited to 'devel/rubygem-algorithms')
-rw-r--r-- | devel/rubygem-algorithms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-algorithms/Makefile b/devel/rubygem-algorithms/Makefile index 0a1dd6ece345..eb199b955240 100644 --- a/devel/rubygem-algorithms/Makefile +++ b/devel/rubygem-algorithms/Makefile @@ -12,6 +12,6 @@ COMMENT= Ruby algorithms and data structures LICENSE= MIT USE_RUBY= yes -USES= gem:autoplist +USES= gem .include <bsd.port.mk> |