diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-22 05:40:50 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-22 05:40:50 +0800 |
commit | 296a0d28a31b59837ab1a09d6f1afee706e1ad02 (patch) | |
tree | 1fce49ced28d139b8bc8346438d719c32129504f /net-im | |
parent | 98601429014d31eb036238e05acc53e30504272c (diff) | |
download | freebsd-ports-gnome-296a0d28a31b59837ab1a09d6f1afee706e1ad02.tar.gz freebsd-ports-gnome-296a0d28a31b59837ab1a09d6f1afee706e1ad02.tar.zst freebsd-ports-gnome-296a0d28a31b59837ab1a09d6f1afee706e1ad02.zip |
Chase the libpurple shared lib version.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-libnotify/Makefile | 4 | ||||
-rw-r--r-- | net-im/pidgin-msn-pecan/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index 58ce81a5faeb..3291fad14233 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnotify PORTVERSION= 0.13 -PORTREVISION= 4 +PORTREVISION= 5 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.4:${PORTSDIR}/net-im/libpurple + purple.5:${PORTSDIR}/net-im/libpurple GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net-im/pidgin-msn-pecan/Makefile b/net-im/pidgin-msn-pecan/Makefile index fdbd9abe6671..efe6091bc7b0 100644 --- a/net-im/pidgin-msn-pecan/Makefile +++ b/net-im/pidgin-msn-pecan/Makefile @@ -7,6 +7,7 @@ PORTNAME= msn-pecan PORTVERSION= 0.0.14 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= pidgin- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= pidgin- MAINTAINER= hrkfrd@gmail.com COMMENT= Alternative MSN protocol plugin for libpurple -LIB_DEPENDS= purple.4:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple.5:${PORTSDIR}/net-im/libpurple PROJECTHOST= msn-pecan USE_BZIP2= yes |