diff options
author | knu <knu@FreeBSD.org> | 2001-04-06 18:26:21 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-06 18:26:21 +0800 |
commit | b0a15c6b1c9c52929431c529a7b7c5fc0f49e3c6 (patch) | |
tree | 82662911ccdbe8def50eab31ea7a675c5637a5f2 /ftp/ruby-curl | |
parent | 77feffd5d3859c7a2803d28f3a04930e2cff7b2f (diff) | |
download | freebsd-ports-gnome-b0a15c6b1c9c52929431c529a7b7c5fc0f49e3c6.tar.gz freebsd-ports-gnome-b0a15c6b1c9c52929431c529a7b7c5fc0f49e3c6.tar.zst freebsd-ports-gnome-b0a15c6b1c9c52929431c529a7b7c5fc0f49e3c6.zip |
Chase the update of ftp/curl.
Diffstat (limited to 'ftp/ruby-curl')
-rw-r--r-- | ftp/ruby-curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ruby-curl/Makefile b/ftp/ruby-curl/Makefile index e6942f266a1c..4ea3de70416e 100644 --- a/ftp/ruby-curl/Makefile +++ b/ftp/ruby-curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= ftp www ruby MASTER_SITES= http://www.d1.dion.ne.jp/~matuyuki/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= curl.1:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl USE_RUBY= yes USE_RUBY_EXTCONF= yes |