diff options
author | mezz <mezz@FreeBSD.org> | 2005-09-26 09:47:30 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-09-26 09:47:30 +0800 |
commit | 766b845116b58a2ff6adbe410542bdbfbd05c85f (patch) | |
tree | 7b8cd6618d6cb364eb1ae5fd22b591686a85d2bd /www | |
parent | 6ff0d54c9e7e0732feee754e78b9b63a483e7613 (diff) | |
download | freebsd-ports-gnome-766b845116b58a2ff6adbe410542bdbfbd05c85f.tar.gz freebsd-ports-gnome-766b845116b58a2ff6adbe410542bdbfbd05c85f.tar.zst freebsd-ports-gnome-766b845116b58a2ff6adbe410542bdbfbd05c85f.zip |
We don't have gtk-sharp20 in offical yet, only BSD#. Correct it by
gtk-sharp20 -> gtk-sharp-devel. Must have mixed up with wrong tree.
Diffstat (limited to 'www')
-rw-r--r-- | www/gecko-sharp20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gecko-sharp20/Makefile b/www/gecko-sharp20/Makefile index 7a53e882af3c..b87ca15f7aa9 100644 --- a/www/gecko-sharp20/Makefile +++ b/www/gecko-sharp20/Makefile @@ -16,9 +16,9 @@ DISTNAME= gecko-sharp-2.0-${PORTVERSION} MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono bindings for embeding mozilla -BUILD_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ +BUILD_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp-devel \ monodoc:${PORTSDIR}/devel/mono-tools -RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ +RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp-devel \ monodoc:${PORTSDIR}/devel/mono-tools \ ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} |