noticed some minor things in the Makefile of gimp.

first thing is the LIB_DEPENDS that contains gnomevfs is not needed because 
rsvg-2 port has that depend already, and i think it is much friendly to 
remove wget from RUN_DEPENDS, because it is only needed for opening images 
using url and will not break anything. Gimp will report that wget is missing 
if not found so user will be notified if he uses that feature. just my 
thoughts.

Here is a diff for it:

--- Makefile.orig       Fri Jun 17 19:49:51 2005
+++ Makefile    Fri Jun 17 19:52:55 2005
@@ -27,7 +27,6 @@
 .if ${SUBPACKAGE} != "-docs"
 MODULES=       devel/gettext
 LIB_DEPENDS=   aa.1.3::graphics/aalib \
-               gnomevfs-2::x11/gnome/vfs2 \
                rsvg-2::x11/gnome/librsvg \
                lcms::graphics/lcms \
                gtkhtml-2::x11/gnome/libgtkhtml \
@@ -37,7 +36,6 @@
 #              wmf.6,wmflite.6::graphics/libwmf 
 BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
                :p5-XML-Parser-*:textproc/p5-XML-Parser
-RUN_DEPENDS=   :wget-*:net/wget
 WANTLIB=       ICE SM X11 Xcursor Xext Xft Xinerama Xmu Xpm \
                Xrender Xt c crypto fontconfig freetype m pthread \
                ssl z \

Reply via email to