diff options
author | Renato Botelho <garga@FreeBSD.org> | 2011-06-30 01:51:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2011-06-30 01:51:15 +0000 |
commit | 72be30144872d511d12740a52ddd35cd703f7226 (patch) | |
tree | 10416efe4e8e9ce11e942115146633b3d729219f /deskutils/jjclient | |
parent | 19f5611d31efff7197a522c6f9859a95404b4788 (diff) | |
download | ports-72be30144872d511d12740a52ddd35cd703f7226.tar.gz ports-72be30144872d511d12740a52ddd35cd703f7226.zip |
Notes
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 |