diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
commit | 042ea2947aef8c163db8d1f3fe5110ed8add79e4 (patch) | |
tree | 6fac5b7d85d4988f10ccfe52738047dfcc982820 /textproc/openfts | |
parent | 82e4dcc470cfc6e07b2a182ee315989d1adda4dc (diff) | |
download | freebsd-ports-gnome-042ea2947aef8c163db8d1f3fe5110ed8add79e4.tar.gz freebsd-ports-gnome-042ea2947aef8c163db8d1f3fe5110ed8add79e4.tar.zst freebsd-ports-gnome-042ea2947aef8c163db8d1f3fe5110ed8add79e4.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'textproc/openfts')
-rw-r--r-- | textproc/openfts/Makefile | 2 |
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 |