diff options
author | beat <beat@FreeBSD.org> | 2012-09-11 03:19:32 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-09-11 03:19:32 +0800 |
commit | b386a00f9653ea33472b4410f9ad2d7583aca3d1 (patch) | |
tree | ee00a96c55d6989c6d1c276075efa6edf489ad90 /net | |
parent | d96d2f12758c212cd02faa1dfa9075e9aa00dbe0 (diff) | |
download | freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.tar.gz freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.tar.zst freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.zip |
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
Diffstat (limited to 'net')
-rw-r--r-- | net/libproxy-mozjs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libproxy-mozjs/Makefile b/net/libproxy-mozjs/Makefile index 8a212934fea6..c45127bc7551 100644 --- a/net/libproxy-mozjs/Makefile +++ b/net/libproxy-mozjs/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-mozjs/Makefile,v 1.5 2011/01/12 13:10:53 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www PKGNAMESUFFIX= -mozjs @@ -17,7 +17,7 @@ LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GECKO= libxul +USE_GECKO= libxul19 LIBPROXY_SLAVE= mozjs |