From 042ea2947aef8c163db8d1f3fe5110ed8add79e4 Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Fri, 29 Jun 2012 18:30:42 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- textproc/openfts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/openfts') diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 2a6275ae4a1f..ae3354de6922 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Open Source Full Text Search engine RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/tsearch2.so:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-contrib \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg + p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg USE_PGSQL= yes PERL_CONFIGURE= yes -- cgit