diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-09-10 19:19:32 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-09-10 19:19:32 +0000 |
commit | 734349b51e45b3b7ca3962ef3081939860edc649 (patch) | |
tree | ee00a96c55d6989c6d1c276075efa6edf489ad90 /x11-toolkits/swt | |
parent | e6d638b4ac3b463304cc25a4335ed6b5ad5d57e6 (diff) | |
download | ports-734349b51e45b3b7ca3962ef3081939860edc649.tar.gz ports-734349b51e45b3b7ca3962ef3081939860edc649.zip |
Notes
Diffstat (limited to 'x11-toolkits/swt')
-rw-r--r-- | x11-toolkits/swt/Makefile | 4 |
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 |