diff options
author | garga <garga@FreeBSD.org> | 2011-06-30 09:51:15 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2011-06-30 09:51:15 +0800 |
commit | c5ca1dd80cd9e3494bfc524f540a9fd4d1c15e48 (patch) | |
tree | 5744b3303787f3b0fa9d4df7a178440bb6fe55c2 /deskutils/jjclient | |
parent | c0e2e27c49f5a06a2cd06599fc1084d485bac5fe (diff) | |
download | freebsd-ports-gnome-c5ca1dd80cd9e3494bfc524f540a9fd4d1c15e48.tar.gz freebsd-ports-gnome-c5ca1dd80cd9e3494bfc524f540a9fd4d1c15e48.tar.zst freebsd-ports-gnome-c5ca1dd80cd9e3494bfc524f540a9fd4d1c15e48.zip |
Chase xmlrpc-c lib version and bump PORTREVISION
Diffstat (limited to 'deskutils/jjclient')
-rw-r--r-- | deskutils/jjclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/jjclient/Makefile b/deskutils/jjclient/Makefile index d0bafd1cad57..4f78322bf44b 100644 --- a/deskutils/jjclient/Makefile +++ b/deskutils/jjclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= jjclient PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \ http://www.justjournal.com/software/unix/ @@ -15,7 +16,7 @@ MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \ MAINTAINER= luke@justjournal.com COMMENT= A command line client for posting JustJournal entries -LIB_DEPENDS+= xmlrpc.9:${PORTSDIR}/net/xmlrpc-c +LIB_DEPENDS+= xmlrpc.3:${PORTSDIR}/net/xmlrpc-c PLIST_FILES= bin/jjclient |