Index: head/devel/rubygem-re2/Makefile =================================================================== --- head/devel/rubygem-re2/Makefile (revision 492607) +++ head/devel/rubygem-re2/Makefile (revision 492608) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= re2 PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Ruby bindings to re2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= re2>=0:devel/re2 -LIB_DEPENDS= libgmp.so:math/gmp -RUN_DEPENDS= re2>=0:devel/re2 +LIB_DEPENDS= libgmp.so:math/gmp \ + libre2.so:devel/re2 -USE_RUBY= yes USES= gem +USE_RUBY= yes .include