diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-17 16:57:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-17 16:57:14 +0000 |
commit | 5795addbba9b9a79c66ce201661b96c571e7ef40 (patch) | |
tree | eae79d4f3cebba3d0e91ecad3c25f200503106b5 /net-im/pidgin-pidgimpd | |
parent | 6462719ce3f9f3a042e8bf6ca531e9b2e8211d5c (diff) |
Notes
Diffstat (limited to 'net-im/pidgin-pidgimpd')
-rw-r--r-- | net-im/pidgin-pidgimpd/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net-im/pidgin-pidgimpd/Makefile b/net-im/pidgin-pidgimpd/Makefile index 718ef472b867..555f4b3fe0fc 100644 --- a/net-im/pidgin-pidgimpd/Makefile +++ b/net-im/pidgin-pidgimpd/Makefile @@ -3,7 +3,7 @@ PORTNAME= pidgimpd PORTVERSION= 1.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-im audio MASTER_SITES= http://ayeon.org/projects/pidgimpd/ PKGNAMEPREFIX= pidgin- @@ -11,18 +11,15 @@ PKGNAMEPREFIX= pidgin- MAINTAINER= hrkfdn@gmail.com COMMENT= PidgiMPD is a Pidgin plugin for monitoring/controlling MPD -LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \ - mpd.4:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple \ + libmpd.so:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -USE_BZIP2= yes +USES= libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 -USES= pkgconfig iconv GNU_CONFIGURE= yes -PLIST_FILES= lib/pidgin/pidgimpd.so \ - lib/pidgin/pidgimpd.la +PLIST_FILES= lib/pidgin/pidgimpd.so -NO_STAGE= yes .include <bsd.port.mk> |