diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-07-24 19:14:18 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2006-07-24 19:14:18 +0000 |
commit | df043015023110446e146d752394d144fa7d4847 (patch) | |
tree | 9b2ca86158f6bfd8837538eefea66b2a107656ea /databases/p5-Search-Xapian/Makefile | |
parent | 6db98f8296a629b5d26dec1a9ed4095a83d4719d (diff) |
Notes
Diffstat (limited to 'databases/p5-Search-Xapian/Makefile')
-rw-r--r-- | databases/p5-Search-Xapian/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Search-Xapian/Makefile b/databases/p5-Search-Xapian/Makefile index c99f4a42041f..877d0c347dcb 100644 --- a/databases/p5-Search-Xapian/Makefile +++ b/databases/p5-Search-Xapian/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Search-Xapian -PORTVERSION= 0.9.2.4 +PORTVERSION= 0.9.6.0 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Search @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Perl XS frontend to the Xapian C++ search library -BUILD_DEPENDS= xapian-core>=0:${PORTSDIR}/databases/xapian-core +BUILD_DEPENDS= xapian-core>=0.9.6:${PORTSDIR}/databases/xapian-core RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |