aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2005-09-29 11:43:25 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2005-09-29 11:43:25 +0800
commit9c9305f89fc3bc70e678a00259e116cc05912a08 (patch)
tree0e8a936f9d3c0ea1837dd206898039f58ce1986e /www
parent20b377d7fd2f88f229b7f44455edbfcaa1d5ce58 (diff)
downloadfreebsd-ports-gnome-9c9305f89fc3bc70e678a00259e116cc05912a08.tar.gz
freebsd-ports-gnome-9c9305f89fc3bc70e678a00259e116cc05912a08.tar.zst
freebsd-ports-gnome-9c9305f89fc3bc70e678a00259e116cc05912a08.zip
- Chase move of gtk-sharp to gtk-sharp10 and gtk-sharp-devel to
gtk-sharp20 for affected ports. - Also correct incorrect RUN_DEPENDS=${BUILD_DEPENDS} still remaining in mcatalog, bless, f-spot, and gecko-sharp10. Approved by: ahze (mentor)
Diffstat (limited to 'www')
-rw-r--r--www/gecko-sharp10/Makefile4
-rw-r--r--www/gecko-sharp20/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/gecko-sharp10/Makefile b/www/gecko-sharp10/Makefile
index bbf92383ac7d..12ded4c2a0b4 100644
--- a/www/gecko-sharp10/Makefile
+++ b/www/gecko-sharp10/Makefile
@@ -14,8 +14,8 @@ MASTER_SITES= http://go-mono.com/archive/1.0.3/
MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= Mono bindings for embeding mozilla
-BUILD_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp
-RUN_DEPENDS= ${BUILD_DEPENDS} \
+BUILD_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10
+RUN_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
.if !defined(WITH_MOZILLA)
diff --git a/www/gecko-sharp20/Makefile b/www/gecko-sharp20/Makefile
index b87ca15f7aa9..7a53e882af3c 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-sharp-devel \
+BUILD_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
monodoc:${PORTSDIR}/devel/mono-tools
-RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp-devel \
+RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
monodoc:${PORTSDIR}/devel/mono-tools \
${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}