diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-29 23:57:17 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-29 23:57:17 +0000 |
commit | 6a2f128bdde346359957667e7ffe95ef9d2b3b29 (patch) | |
tree | 787bab5b64087c2f02c2747ff8618ff5581091c0 /www/xapian-omega | |
parent | a695cff3927d83a90385dc997b243a67f585cdba (diff) |
- Chase the revert of databases/xapian-core (shlib)
Notes
Notes:
svn path=/head/; revision=262120
Diffstat (limited to 'www/xapian-omega')
-rw-r--r-- | www/xapian-omega/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index 6fa37177ed57..d5a39a736ec3 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -6,7 +6,7 @@ PORTNAME= xapian-omega PORTVERSION= 1.0.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ ${MASTER_SITE_LOCAL} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= brix MAINTAINER= brix@FreeBSD.org COMMENT= CGI search application built on Xapian -LIB_DEPENDS= xapian.23:${PORTSDIR}/databases/xapian-core +LIB_DEPENDS= xapian.21:${PORTSDIR}/databases/xapian-core LICENSE= GPLv2 GNU_CONFIGURE= yes |