Index: head/deskutils/caja-extensions/Makefile =================================================================== --- head/deskutils/caja-extensions/Makefile (revision 485178) +++ head/deskutils/caja-extensions/Makefile (revision 485179) @@ -1,34 +1,37 @@ # Created by: Eric Turgeon # $FreeBSD$ PORTNAME= caja-extensions PORTVERSION= 1.20.1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Set of extensions for Caja LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgupnp-1.0.so:net/gupnp \ +LIB_DEPENDS= libgupnp-1.2.so:net/gupnp \ libstartup-notification-1.so:x11/startup-notification \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib PORTSCOUT= limitw:1,even USES= gettext gmake libtool localbase pathfix \ pkgconfig tar:xz USE_MATE= caja desktop USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.Caja.Sendto.gschema.xml \ org.mate.caja-open-terminal.gschema.xml + +post-patch: + @${REINPLACE_CMD} -e 's|gupnp-1.0|gupnp-1.2|' ${WRKSRC}/configure .include