diff options
author | gerald <gerald@FreeBSD.org> | 2011-05-15 23:29:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-05-15 23:29:30 +0800 |
commit | a515653014d11868da70694fe47f82fe8c37103b (patch) | |
tree | 7a0076bb5bca6500ad42c0cb5ea611319e9268cb /emulators/Makefile | |
parent | 928b1509f7b915c5e099e1a0e291ee25074b9429 (diff) | |
download | freebsd-ports-gnome-a515653014d11868da70694fe47f82fe8c37103b.tar.gz freebsd-ports-gnome-a515653014d11868da70694fe47f82fe8c37103b.tar.zst freebsd-ports-gnome-a515653014d11868da70694fe47f82fe8c37103b.zip |
Add the new wine-gecko port, that complements the existing wine port.
Wine implements its own version of Internet Explorer which is based on
a custom version of Mozilla's Gecko Layout Engine. This engine is down-
loaded automatically the first time a web page is loaded unless, as done
by this port, the engine is pre-installed on the user's system.
PR: 156001
Submitted by: David Naylor <naylor.b.david@gmail.com>
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1279724041bc..402135f86099 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -180,6 +180,7 @@ SUBDIR += wahcade SUBDIR += wine SUBDIR += wine-doors + SUBDIR += wine-gecko SUBDIR += x48 SUBDIR += xbraitenberg SUBDIR += xcpc |