diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-07 08:06:52 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-07 08:06:52 +0800 |
commit | 14915974234b8d2e7680db51832eebcdb32e0dc8 (patch) | |
tree | 276b703d1e801276c8fa180b941420bb9839b0c8 /databases/xapian-bindings10 | |
parent | 5bf38e6c40fc8c9efaf9777edc1c00b38e4fb4d4 (diff) | |
download | freebsd-ports-gnome-14915974234b8d2e7680db51832eebcdb32e0dc8.tar.gz freebsd-ports-gnome-14915974234b8d2e7680db51832eebcdb32e0dc8.tar.zst freebsd-ports-gnome-14915974234b8d2e7680db51832eebcdb32e0dc8.zip |
- Update paths for repo copy for old API version
PR: ports/164460
Diffstat (limited to 'databases/xapian-bindings10')
-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}" \ |