diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-02 13:36:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-02 13:36:00 +0800 |
commit | a1c12c993f218c545462863e7a02f5099f153cee (patch) | |
tree | 5edd52d07acacea6eb849fee65a9be52c45432cf /net-im | |
parent | 45d9f3356df4270572f12942740eeb0769037cc2 (diff) | |
download | freebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.tar.gz freebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.tar.zst freebsd-ports-gnome-a1c12c993f218c545462863e7a02f5099f153cee.zip |
Chase the libpurple shared lib version.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-hotkeys/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-libnotify/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index 3b44483bd4a4..ec59a3ff3a28 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -7,7 +7,7 @@ PORTNAME= pidgin-hotkeys PORTVERSION= 0.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= SF diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index 72b925aa5114..9b1c4035df1c 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnotify PORTVERSION= 0.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gaim-libnotify @@ -20,7 +20,7 @@ COMMENT= This plugin adds a libnotify interface to Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ - purple.3:${PORTSDIR}/net-im/libpurple + purple.4:${PORTSDIR}/net-im/libpurple USE_XLIB= yes GNU_CONFIGURE= yes |