diff options
author | marcus <marcus@FreeBSD.org> | 2011-07-03 07:49:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-07-03 07:49:34 +0800 |
commit | bb53f0873413f73caf5dfe273083b21107d77f60 (patch) | |
tree | dc64892106541ad8ed193d573e8a82b16f7474bb | |
parent | 7651fe0fff92c9474cc95febace00e3f2da2927c (diff) | |
download | freebsd-ports-gnome-bb53f0873413f73caf5dfe273083b21107d77f60.tar.gz freebsd-ports-gnome-bb53f0873413f73caf5dfe273083b21107d77f60.tar.zst freebsd-ports-gnome-bb53f0873413f73caf5dfe273083b21107d77f60.zip |
Correct a typo.
-rw-r--r-- | net-im/pidgin-pidgimpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin-pidgimpd/Makefile b/net-im/pidgin-pidgimpd/Makefile index 11eb9320ded2..b6300d3c0118 100644 --- a/net-im/pidgin-pidgimpd/Makefile +++ b/net-im/pidgin-pidgimpd/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= pidgin- MAINTAINER= hrkfdn@gmail.com COMMENT= PidgiMPD is a Pidgin plugin for monitoring/controlling MPD -LIB_DEPENDS= purple.9${PORTSDIR}/net-im/libpurple \ +LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple \ mpd.3:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin |