dougb       2011-07-31 21:00:35 UTC

  FreeBSD ports repository

  Modified files:
    databases/p5-DBIx-Custom Makefile 
  Log:
  Fix the build with what seems to have been the intended change from 1.28
  
  It seems that the intention was to make a new BUILD_DEPENDS with the same
  content as the existing RUN_DEPENDS, but one line was missed, causing
  neither to work. So instead, make BUILD_DEPENDS equal to the old
  RUN_DEPENDS, and use the := method to set RUN_DEPENDS, in part because it
  helps avoid this kind of error.
  
  Revision  Changes    Path
  1.29      +1 -3      ports/databases/p5-DBIx-Custom/Makefile
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to