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 | |
parent | e8390e6e3c7cf23c6546db19b823f8b4fc9763b2 (diff) | |
download | ports-e0f58ab25d1ad411ed70fe4c114cfbd5bb341348.tar.gz ports-e0f58ab25d1ad411ed70fe4c114cfbd5bb341348.zip |
Notes
-rw-r--r-- | www/gecko-sharp10/Makefile | 2 | ||||
-rw-r--r-- | www/gecko-sharp20/Makefile | 2 |
2 files changed, 2 insertions, 2 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 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 |