diff options
Diffstat (limited to 'finance/sql-ledger/Makefile')
-rw-r--r-- | finance/sql-ledger/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/sql-ledger/Makefile b/finance/sql-ledger/Makefile index 8abf6e702c1f..33ecbca191d4 100644 --- a/finance/sql-ledger/Makefile +++ b/finance/sql-ledger/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A double entry accounting system BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes USE_PERL5= yes |