diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-08-15 00:42:23 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-08-15 00:42:23 +0000 |
commit | e0f58ab25d1ad411ed70fe4c114cfbd5bb341348 (patch) | |
tree | bf4dff63de5f38bb673f8162fcb6d685b7d512b0 /www/gecko-sharp10 | |
parent | e8390e6e3c7cf23c6546db19b823f8b4fc9763b2 (diff) |
Reorder USE_GECKO so firefox is first.
Notes
Notes:
svn path=/head/; revision=170650
Diffstat (limited to 'www/gecko-sharp10')
-rw-r--r-- | www/gecko-sharp10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gecko-sharp10/Makefile b/www/gecko-sharp10/Makefile index 6fd006f44256..145513103074 100644 --- a/www/gecko-sharp10/Makefile +++ b/www/gecko-sharp10/Makefile @@ -17,7 +17,7 @@ COMMENT= Mono bindings for embeding mozilla BUILD_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10 RUN_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10 -USE_GECKO= mozilla firefox +USE_GECKO= firefox mozilla USE_GNOME= gnomehack gnometarget LATEST_LINK= gecko-sharp10 USE_X_PREFIX= yes |