aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/swt
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2012-09-10 19:19:32 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2012-09-10 19:19:32 +0000
commit734349b51e45b3b7ca3962ef3081939860edc649 (patch)
treeee00a96c55d6989c6d1c276075efa6edf489ad90 /x11-toolkits/swt
parente6d638b4ac3b463304cc25a4335ed6b5ad5d57e6 (diff)
downloadports-734349b51e45b3b7ca3962ef3081939860edc649.tar.gz
ports-734349b51e45b3b7ca3962ef3081939860edc649.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
Notes
Notes: svn path=/head/; revision=304053
Diffstat (limited to 'x11-toolkits/swt')
-rw-r--r--x11-toolkits/swt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile
index 5926f1b6d4fe..4be3767338ef 100644
--- a/x11-toolkits/swt/Makefile
+++ b/x11-toolkits/swt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= swt
DISTVERSION= 3.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits devel java
#MASTER_SITES= ${MASTER_SITE_ECLIPSE}
MASTER_SITES= http://archive.eclipse.org/eclipse/downloads/drops/${MASTER_SITE_SUBDIR}/
@@ -65,7 +65,7 @@ MAKE_GNOME= make_gnome
.endif
.if defined(WITH_BROWSER)
-USE_GECKO= libxul
+USE_GECKO= libxul19
PLIST_FILES+= lib/libswt-xulrunner-gtk-%%BUILD%%.so
MAKE_MOZILLA= make_xulrunner
.endif