diff options
Diffstat (limited to 'math/ruby-gmp/Makefile')
-rw-r--r-- | math/ruby-gmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile index 7779d6904ec4..fcb8ebea55fb 100644 --- a/math/ruby-gmp/Makefile +++ b/math/ruby-gmp/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmp PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://synapsa.infoland.int.pl/~taw/libgmp-ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= Ruby bindings to GNU Multiprecision Library -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_RUBY= yes USE_RUBY_EXTCONF= yes |