From 0703fe9e32c167e23a80067f9e9c76dc213a502e Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 12 Sep 2012 07:58:31 +0000 Subject: Chase libxul 1.9 move git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17066 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/yelp/Makefile | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'x11') diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index df6019439..df9278cdf 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.167 2011/04/30 20:43:31 mezz Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.168 2012/09/03 16:28:29 mezz Exp $ # PORTNAME= yelp PORTVERSION= 2.30.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -22,7 +22,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ CONFLICTS= yelp-3.[0-9]* -USE_GECKO= libxul +USE_GECKO= libxul19 USE_GETTEXT= yes USE_BZIP2= yes USE_XORG= ice @@ -32,8 +32,8 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-gecko=${GECKO} \ - --with-gecko-home=${LOCALBASE}/lib/${GECKO} +CONFIGURE_ARGS= --with-gecko=${GECKO:S/19//} \ + --with-gecko-home=${LOCALBASE}/lib/${GECKO:S/19//} MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= yelp.schemas @@ -50,4 +50,12 @@ LDFLAGS+= -fstack-protector post-extract: ${RM} -f ${WRKSRC}/data/yelp.schemas +post-patch: + @${REINPLACE_CMD} -e 's,[-/]unstable,,' \ + -e 's/ --define-variable=includetype=unstable//' \ + ${WRKSRC}/configure + +post-install: + @-update-mime-database ${PREFIX}/share/mime + .include -- cgit v1.2.3