diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-09-26 01:47:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-09-26 01:47:30 +0000 |
commit | 25bfb48f8d9d431fd6888c9b27a19cb9519640ee (patch) | |
tree | 9dfddd13fbc5fb9993130265c3b55e0ad4adde33 /www/gecko-sharp20 | |
parent | b391d3159e2a92125c9c3da78718901c25283f60 (diff) | |
download | ports-25bfb48f8d9d431fd6888c9b27a19cb9519640ee.tar.gz ports-25bfb48f8d9d431fd6888c9b27a19cb9519640ee.zip |
Notes
Diffstat (limited to 'www/gecko-sharp20')
-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} |