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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/gnash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index e269814da31c..8484dc46f876 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ @@ -105,8 +105,8 @@ WEBPLUGINS_FILES= libgnashplugin.so .include "${PORTSDIR}/www/firefox/Makefile.webplugins" PLIST_SUB+= NPAPI="" CONFIGURE_ARGS+=--with-npapi-plugindir="${WEBPLUGINS_DIR}" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul -RUN_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul +BUILD_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul19 +RUN_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul19 .else PLIST_SUB+= NPAPI="@comment " CONFIGURE_ARGS+= --disable-npapi |