Syncs BUILD_DEPENDS and RUN_DEPENDS with reality. I did this since jasper@ commented it.
Index: devel/p5-Devel-StackTrace-AsHTML/Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Devel-StackTrace-AsHTML/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- devel/p5-Devel-StackTrace-AsHTML/Makefile 11 Dec 2010 09:34:05 -0000 1.1.1.1 +++ devel/p5-Devel-StackTrace-AsHTML/Makefile 4 Jan 2011 01:17:06 -0000 @@ -13,6 +13,7 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -BUILD_DEPENDS = devel/p5-Devel-StackTrace +BUILD_DEPENDS = ${RUN_DEPENDS} +RUN_DEPENDS = devel/p5-Devel-StackTrace .include <bsd.port.mk> Index: net/p5-Test-TCP/Makefile =================================================================== RCS file: /cvs/ports/net/p5-Test-TCP/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- net/p5-Test-TCP/Makefile 11 Dec 2010 09:44:52 -0000 1.1.1.1 +++ net/p5-Test-TCP/Makefile 4 Jan 2011 01:24:53 -0000 @@ -7,7 +7,8 @@ CATEGORIES = net MAINTAINER = Abel Abraham Camarillo Ojeda <acam...@verlet.org> -BUILD_DEPENDS = devel/p5-Test-SharedFork>=0.14 +BUILD_DEPENDS = ${RUN_DEPENDS} +RUN_DEPENDS = devel/p5-Test-SharedFork>=0.14 # Perl PERMIT_PACKAGE_CDROM = Yes