BUILD_DEPENDS = ${RUN_DEPENDS} is better than opposite.

-- 
best regards
q#
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gnome/mono-gnome/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile    17 Oct 2008 19:41:33 -0000      1.6
+++ Makefile    11 Nov 2008 10:57:52 -0000
@@ -4,7 +4,7 @@
 
 GNOME_PROJECT= gnome-sharp
 GNOME_VERSION= 2.20.0
-PKGNAME=       mono-gnome-${VERSION}p4
+PKGNAME=       mono-gnome-${VERSION}p5
 CATEGORIES=    x11
 
 # LGPLv2.1
@@ -30,9 +30,9 @@
 LIB_DEPENDS=   panel-applet-2::x11/gnome/panel \
                gnomeprintui-2-2::x11/gnome/libgnomeprintui
 
-BUILD_DEPENDS= ::lang/mono \
+RUN_DEPENDS=   ::lang/mono \
                ::x11/mono-gtk2
-RUN_DEPENDS=   ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
 
 DLLMAP_FILES=  art/art-sharp.dll.config \
                gnome/gnome-sharp.dll.config \

Reply via email to