diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-08-15 08:42:23 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-08-15 08:42:23 +0800 |
commit | 75455100c07ad234f615ac4a2ba590ee13694198 (patch) | |
tree | 7337dfe4feb0c94df68373ab23ddd7464f922f24 /www/gecko-sharp20 | |
parent | 15d63d3453345638c822efbea0e9024612576ad9 (diff) | |
download | freebsd-ports-gnome-75455100c07ad234f615ac4a2ba590ee13694198.tar.gz freebsd-ports-gnome-75455100c07ad234f615ac4a2ba590ee13694198.tar.zst freebsd-ports-gnome-75455100c07ad234f615ac4a2ba590ee13694198.zip |
Reorder USE_GECKO so firefox is first.
Diffstat (limited to 'www/gecko-sharp20')
-rw-r--r-- | www/gecko-sharp20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gecko-sharp20/Makefile b/www/gecko-sharp20/Makefile index 2c8596af5f4c..72c66599d1f9 100644 --- a/www/gecko-sharp20/Makefile +++ b/www/gecko-sharp20/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ monodoc:${PORTSDIR}/devel/mono-tools -USE_GECKO= mozilla firefox +USE_GECKO= firefox mozilla USE_GNOME= gnometarget LATEST_LINK= gecko-sharp20 USE_X_PREFIX= yes |