diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /audio/grip | |
parent | Update to curl-7.20.0. (diff) |
Chase the ftp/curl shlib version bump.
Notes
Notes:
svn path=/head/; revision=252125
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index fb6d49a30de6..61e906ac486c 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -7,7 +7,7 @@ PORTNAME= grip PORTVERSION= 3.2.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= audio MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= GTK front-end to external cd rippers and audio encoders LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - curl.5:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl USE_XORG= x11 USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui vte |