diff options
Diffstat (limited to 'databases/xapian-bindings10/Makefile')
-rw-r--r-- | databases/xapian-bindings10/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/xapian-bindings10/Makefile b/databases/xapian-bindings10/Makefile index 85864af02f15..6ea1e7ea462e 100644 --- a/databases/xapian-bindings10/Makefile +++ b/databases/xapian-bindings10/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: xapian-bindings +# New ports collection makefile for: xapian-bindings10 # Date created: 2007-05-26 # Whom: Gea-Suan Lin <gslin@gslin.org> # # $FreeBSD$ # -PORTNAME= xapian-bindings +PORTNAME= xapian-bindings10 PORTVERSION= 1.0.18 PORTREVISION= 1 CATEGORIES= databases @@ -14,7 +14,7 @@ MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ MAINTAINER= gslin@gslin.org COMMENT= Bindings allowing Xapian to be used from various programming languages -RUN_DEPENDS= xapian-core>=1.0.18:${PORTSDIR}/databases/xapian-core +RUN_DEPENDS= xapian-core10>=1.0.18:${PORTSDIR}/databases/xapian-core10 BUILD_DEPENDS:= ${RUN_DEPENDS} CONFIGURE_ARGS+= --datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \ |