1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Define lib dependency (re2) correctly and bump PORTREVISION to recompile against new libre2.so.

Reported by:	sunpoet
This commit is contained in:
Matthias Fechner 2019-02-10 13:34:30 +00:00
parent 9b6595753b
commit 2c170e5ca2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492608

View File

@ -2,6 +2,7 @@
PORTNAME= re2
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -11,11 +12,10 @@ 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 <bsd.port.mk>