From 3f8ee65c5bb955956b9272758db7c32a796875c3 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 10 Jun 2012 18:59:16 +0000 Subject: - Don't use += where it's not necessary --- databases/p5-DBD-InterBase/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/p5-DBD-InterBase') diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile index 6db200460088..d9defc6c670c 100644 --- a/databases/p5-DBD-InterBase/Makefile +++ b/databases/p5-DBD-InterBase/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DBI driver for InterBase RDBMS server -BUILD_DEPENDS+= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS+= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes USE_FIREBIRD= yes -- cgit v1.2.3