diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
commit | c92a1d710a8c7b838b79efadc8de3afc045005df (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/jjclient | |
parent | 1d82eadcbe5ef4af4b2dfc8ccc40afc52604f8fe (diff) | |
download | freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.gz freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.zst freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Diffstat (limited to 'deskutils/jjclient')
-rw-r--r-- | deskutils/jjclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/jjclient/Makefile b/deskutils/jjclient/Makefile index 28204179614b..5eb716a899b9 100644 --- a/deskutils/jjclient/Makefile +++ b/deskutils/jjclient/Makefile @@ -12,7 +12,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.3:${PORTSDIR}/net/xmlrpc-c +LIB_DEPENDS+= libxmlrpc.so:${PORTSDIR}/net/xmlrpc-c PLIST_FILES= bin/jjclient |