Remove reference to wip. (hi xtraeme!)
Style/whitespace nits, while here.
This commit is contained in:
parent
951956ec68
commit
e3f344c974
2 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 16:18:58 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/09/09 10:03:50 salo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= raptor-0.9.12
|
||||
|
@ -9,15 +9,15 @@ MAINTAINER= xtraeme@NetBSD.org
|
|||
HOMEPAGE= http://www.redland.opensource.ac.uk/raptor/
|
||||
COMMENT= RDF Parser Toolkit written in C
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BUILDLINK2= YES
|
||||
USE_LIBTOOL= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
PKGCONFIG_OVERRIDE+= ${WRKSRC}/raptor.pc.in
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
PKGCONFIG_OVERRIDE+= ${WRKSRC}/raptor.pc.in
|
||||
|
||||
.include "../../textproc/libxml2/buildlink2.mk"
|
||||
.include "../../devel/glib2/buildlink2.mk"
|
||||
.include "../../textproc/libxml2/buildlink2.mk"
|
||||
.include "../../www/curl/buildlink2.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/08/30 16:18:58 xtraeme Exp $
|
||||
# $NetBSD: buildlink2.mk,v 1.2 2003/09/09 10:03:50 salo Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use raptor.
|
||||
#
|
||||
|
@ -10,7 +10,7 @@ RAPTOR_BUILDLINK2_MK= # defined
|
|||
|
||||
BUILDLINK_PACKAGES+= raptor
|
||||
BUILDLINK_DEPENDS.raptor?= raptor>=0.9.10
|
||||
BUILDLINK_PKGSRCDIR.raptor?= ../../wip/raptor
|
||||
BUILDLINK_PKGSRCDIR.raptor?= ../../textproc/raptor
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.raptor=raptor
|
||||
BUILDLINK_PREFIX.raptor_DEFAULT= ${LOCALBASE}
|
||||
|
|
Loading…
Reference in a new issue