diff options
Diffstat (limited to 'net-im/pidgin-facebookchat/Makefile')
-rw-r--r-- | net-im/pidgin-facebookchat/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-im/pidgin-facebookchat/Makefile b/net-im/pidgin-facebookchat/Makefile index 707d47290f83..4d2acb082807 100644 --- a/net-im/pidgin-facebookchat/Makefile +++ b/net-im/pidgin-facebookchat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pidgin-facebookchat -PORTVERSION= 1.60 +PORTVERSION= 1.63 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PROJECTHOST}-source-${PORTVERSION} @@ -19,11 +19,16 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin PROJECTHOST= ${PORTNAME} -WRKSRC= ${WRKDIR}/pidgin-facebookchat +WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes PIXMAPS_DIR= ${PREFIX}/share/pixmaps/pidgin/protocols +IGNORE= known usability issue with json-glib <0.7.6, use NO_IGNORE to build\ + anyway. See http://code.google.com/p/pidgin-facebookchat/wiki/FAQ\ + and http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140097 for\ + json-glib 0.7.6 + do-patch: ${REINPLACE_CMD} -e "s#i686-pc-freebsd6.0-gcc#${CC}#; \ s#/usr/local/#${LOCALBASE}/#g; \ |