diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-12 15:58:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-09-12 15:58:31 +0800 |
commit | 0703fe9e32c167e23a80067f9e9c76dc213a502e (patch) | |
tree | 327e996cc6f2e0311cb2520eedd08f88a5fb6ded /x11 | |
parent | 1da54b64a3b10260a4e9a2154b676ae80f4c7f3c (diff) | |
download | marcuscom-ports-0703fe9e32c167e23a80067f9e9c76dc213a502e.tar marcuscom-ports-0703fe9e32c167e23a80067f9e9c76dc213a502e.tar.gz marcuscom-ports-0703fe9e32c167e23a80067f9e9c76dc213a502e.tar.bz2 marcuscom-ports-0703fe9e32c167e23a80067f9e9c76dc213a502e.tar.lz marcuscom-ports-0703fe9e32c167e23a80067f9e9c76dc213a502e.tar.xz marcuscom-ports-0703fe9e32c167e23a80067f9e9c76dc213a502e.tar.zst marcuscom-ports-0703fe9e32c167e23a80067f9e9c76dc213a502e.zip |
Chase libxul 1.9 move
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17066 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 18 |
1 files changed, 13 insertions, 5 deletions
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 <sobomax@FreeBSD.org> # # $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 <bsd.port.post.mk> |