aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-bcrypt
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2016-04-28 05:57:31 +0800
committerswills <swills@FreeBSD.org>2016-04-28 05:57:31 +0800
commit17514e0351a1b7ce99e34ae1192a37395cdffec7 (patch)
tree458ee36a309c86fda82fb043915969b7de517c43 /security/rubygem-bcrypt
parente9c96589c2b6fccbd77f9d335cd0a0fb165fdc17 (diff)
downloadfreebsd-ports-gnome-17514e0351a1b7ce99e34ae1192a37395cdffec7.tar.gz
freebsd-ports-gnome-17514e0351a1b7ce99e34ae1192a37395cdffec7.tar.zst
freebsd-ports-gnome-17514e0351a1b7ce99e34ae1192a37395cdffec7.zip
Convert USES=gem:autoplist to USES=gem since autoplist is default
Diffstat (limited to 'security/rubygem-bcrypt')
-rw-r--r--security/rubygem-bcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rubygem-bcrypt/Makefile b/security/rubygem-bcrypt/Makefile
index 158e141ead21..f0d4d4ca8efd 100644
--- a/security/rubygem-bcrypt/Makefile
+++ b/security/rubygem-bcrypt/Makefile
@@ -13,6 +13,6 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USE_RUBY= yes
-USES= gem:autoplist
+USES= gem
.include <bsd.port.mk>