diff options
author | mezz <mezz@FreeBSD.org> | 2009-02-28 23:52:35 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-02-28 23:52:35 +0800 |
commit | 009f6af8cdc0cf7bcd44faf4519ec9342161ca48 (patch) | |
tree | 23f611d99d1eadac62dc5b50d5f7ae6a1600a2b2 /net-p2p/transmission-cli | |
parent | 1348f88094686d12738b5ec269a1dced67a71a5c (diff) | |
download | freebsd-ports-gnome-009f6af8cdc0cf7bcd44faf4519ec9342161ca48.tar.gz freebsd-ports-gnome-009f6af8cdc0cf7bcd44faf4519ec9342161ca48.tar.zst freebsd-ports-gnome-009f6af8cdc0cf7bcd44faf4519ec9342161ca48.zip |
I still have old libcurl installed and forgot to edit it back to curl.5.
Correct it, bump the PORTREVISION.
Reported by: QAT
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 4256c0e9204f..7c2c58a6ff01 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -7,7 +7,7 @@ PORTNAME= transmission PORTVERSION= 1.51 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-p2p MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ PKGNAMESUFFIX?= -cli @@ -20,7 +20,7 @@ SLAVEPORT?= LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies -GEN_LIB_DEPENDS=curl.4:${PORTSDIR}/ftp/curl +GEN_LIB_DEPENDS=curl.5:${PORTSDIR}/ftp/curl GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web USE_GNOME?= pkgconfig |