On Mon, Oct 29, 2012 at 03:36:05AM -0600, Landry Breuil wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2012/10/29 03:36:05 > > Modified files: > x11/openmotif : Makefile > > Log message: > Fix build dependencies: > > - set CONFIGURE_STYLE to gnu, and add MODGNU_AUTOCONF_DEPENDS + > MODGNU_AUTOMAKE_DEPENDS to BUILD_DEPENDS (from brad@) > - set USE_LIBTOOL to gnu since autogen.sh calls libtoolize
I don't think this is the proper way to do things. At least that is not how the other libtoolize ports do it. USE_LIBTOOL should be set to Yes and an explicit BUILD_DEPENDS on devel/libtool should be added. > - run autogen.sh in do-configure instead of post-patch to avoid running it > twice > -- Antoine
