diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
commit | 64e068d25c1370f67d2f0d779ac1719f9bc5d137 (patch) | |
tree | e8e79d2b112a29862848aa733e4b3f9387c78d2e /net-im/cli-msn/Makefile | |
parent | 68ee2dd59c7dc7173d1688b825cc1c5a70f097c1 (diff) |
Notes
Diffstat (limited to 'net-im/cli-msn/Makefile')
-rw-r--r-- | net-im/cli-msn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile index 935f5083b3e6..02ce0276a167 100644 --- a/net-im/cli-msn/Makefile +++ b/net-im/cli-msn/Makefile @@ -7,6 +7,7 @@ PORTNAME= msn PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://mor-pah.net/code/ PKGNAMEPREFIX= cli- @@ -15,7 +16,7 @@ DISTNAME= CLI-MSN-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Command line msn messenger -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl USE_GMAKE= yes GNU_CONFIGURE= yes |