On 08/04/2012 14:56, David Demelier wrote: > I finally found the problem: at the configure target see, > > checking for GTK - version >= 2.2.0... Package glproto was not found in the > pkg-config search path. > Perhaps you should add the directory containing `glproto.pc' > to the PKG_CONFIG_PATH environment variable > No package 'glproto' found > no > > x11/glproto was not installed, I think we could add a dependency on it.
Seems to apply only to the gnome define, as I can build and run gvim without it. David, what do you think of the attached? Doug -- I am only one, but I am one. I cannot do everything, but I can do something. And I will not let what I cannot do interfere with what I can do. -- Edward Everett Hale, (1822 - 1909)
Index: Makefile =================================================================== --- Makefile (revision 302028) +++ Makefile (working copy) @@ -156,7 +156,7 @@ PKGNAMESUFFIX= -gnome2 MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gnome2" ${I18N} MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt" -USE_XORG+= xt +USE_XORG+= glproto xt . elif defined(WITH_MOTIF) USE_MOTIF= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\"" MOTIFHOME=${LOCALBASE} ${I18N}
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"