pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-python Added a missing .endif, found by pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d4e64b7622e
branches:  trunk
changeset: 512085:5d4e64b7622e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 01 00:27:04 2006 +0000

description:
Added a missing .endif, found by pkglint.

diffstat:

 devel/boost-python/buildlink3.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 134a837398e9 -r 5d4e64b7622e devel/boost-python/buildlink3.mk
--- a/devel/boost-python/buildlink3.mk  Mon May 01 00:19:45 2006 +0000
+++ b/devel/boost-python/buildlink3.mk  Mon May 01 00:27:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2006/04/12 10:27:07 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2006/05/01 00:27:04 rillig Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 BOOST_PYTHON_BUILDLINK3_MK:=   ${BOOST_PYTHON_BUILDLINK3_MK}+
@@ -15,6 +15,7 @@
 BUILDLINK_API_DEPENDS.boost-python+=   boost-python-1.33.*
 BUILDLINK_ABI_DEPENDS.boost-python?=   boost-python>=1.33.1nb1
 BUILDLINK_PKGSRCDIR.boost-python?=     ../../devel/boost-python
+.endif
 
 .include "../../devel/boost-headers/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index