summaryrefslogtreecommitdiff
path: root/math/ruby-gmp
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
commitffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch)
treed2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /math/ruby-gmp
parentUpdate to 4.2.1 release. (diff)
Chase gmp library and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=161929
Diffstat (limited to 'math/ruby-gmp')
-rw-r--r--math/ruby-gmp/Makefile3
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