pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/raptor Adapt for latest update, and depend on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d523d92693dc
branches:  trunk
changeset: 461994:d523d92693dc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 25 06:17:22 2003 +0000

description:
Adapt for latest update, and depend on latest version
because of library major bump (no dependent packages in pkgsrc, though).

diffstat:

 textproc/raptor/buildlink2.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r aebae2695c1d -r d523d92693dc textproc/raptor/buildlink2.mk
--- a/textproc/raptor/buildlink2.mk     Thu Sep 25 06:06:12 2003 +0000
+++ b/textproc/raptor/buildlink2.mk     Thu Sep 25 06:17:22 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.2 2003/09/09 10:03:50 salo Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2003/09/25 06:17:22 wiz Exp $
 #
 # This Makefile fragment is included by packages that use raptor.
 #
@@ -9,12 +9,11 @@
 RAPTOR_BUILDLINK2_MK=  # defined
 
 BUILDLINK_PACKAGES+=                   raptor
-BUILDLINK_DEPENDS.raptor?=             raptor>=0.9.10
+BUILDLINK_DEPENDS.raptor?=             raptor>=1.0.0
 BUILDLINK_PKGSRCDIR.raptor?=           ../../textproc/raptor
 
 EVAL_PREFIX+=  BUILDLINK_PREFIX.raptor=raptor
 BUILDLINK_PREFIX.raptor_DEFAULT=       ${LOCALBASE}
-BUILDLINK_FILES.raptor+=       include/ntriples.h
 BUILDLINK_FILES.raptor+=       include/raptor.h
 BUILDLINK_FILES.raptor+=       lib/libraptor.*
 BUILDLINK_FILES.raptor+=       lib/pkgconfig/raptor.pc



Home | Main Index | Thread Index | Old Index