Fwd: cvs commit: ports/databases/p5-DBIx-Custom Makefile

Doug Barton dougb at FreeBSD.org
Sun Jul 31 21:04:50 UTC 2011


FYI.

-------- Original Message --------
Subject: cvs commit: ports/databases/p5-DBIx-Custom Makefile
Date: Sun, 31 Jul 2011 21:00:35 +0000 (UTC)
From: Doug Barton <dougb at FreeBSD.org>
To: ports-committers at FreeBSD.org, cvs-ports at FreeBSD.org, cvs-all at FreeBSD.org

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

http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Custom/Makefile.diff?&r1=1.28&r2=1.29&f=h



More information about the freebsd-perl mailing list