aboutsummaryrefslogtreecommitdiff
path: root/textproc/openfts
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 18:30:42 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 18:30:42 +0000
commit042ea2947aef8c163db8d1f3fe5110ed8add79e4 (patch)
tree6fac5b7d85d4988f10ccfe52738047dfcc982820 /textproc/openfts
parent82e4dcc470cfc6e07b2a182ee315989d1adda4dc (diff)
downloadports-042ea2947aef8c163db8d1f3fe5110ed8add79e4.tar.gz
ports-042ea2947aef8c163db8d1f3fe5110ed8add79e4.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300221
Diffstat (limited to 'textproc/openfts')
-rw-r--r--textproc/openfts/Makefile2
1 files changed, 1 insertions, 1 deletions
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