aboutsummaryrefslogtreecommitdiff
path: root/devel/lxr
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 14:07:27 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 14:07:27 +0000
commite13515f304b4eb05767a6453990dce8a1cc95234 (patch)
tree5af52ac5bc3c3ee69de6c955c53219549a3d434b /devel/lxr
parent4641b63dd110dfe3a5eb439a464a3b08b0a4075d (diff)
Notes
Diffstat (limited to 'devel/lxr')
-rw-r--r--devel/lxr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/lxr/Makefile b/devel/lxr/Makefile
index 31d91a7f7834..f1529ff9a86c 100644
--- a/devel/lxr/Makefile
+++ b/devel/lxr/Makefile
@@ -16,7 +16,7 @@ COMMENT= Source code indexer and cross-referencer
BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
swish-e:${PORTSDIR}/www/swish-e \
- ${SITE_PERL}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
+ p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
PATCH_STRIP= -p1
@@ -51,13 +51,13 @@ IGNORE= you must choose only one database backend
.endif
.if defined(WITH_POSTGRESQL)
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
+BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
MSG_FILES+= pkg_message.postgresql
DB_DRIVER= Pg
.endif # defined(WITH_POSTGRESQL)
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${SITE_PERL}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
+BUILD_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
MSG_FILES+= pkg_message.mysql
DB_DRIVER= mysql
.endif # defined(WITH_MYSQL)