pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-headers Replace NO_BUILD with empty do-bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c00116783497
branches:  trunk
changeset: 492138:c00116783497
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 05 11:09:00 2005 +0000

description:
Replace NO_BUILD with empty do-build target.

diffstat:

 devel/boost-headers/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c487f228f866 -r c00116783497 devel/boost-headers/Makefile
--- a/devel/boost-headers/Makefile      Tue Apr 05 11:07:54 2005 +0000
+++ b/devel/boost-headers/Makefile      Tue Apr 05 11:09:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/02/27 21:57:53 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2005/04/05 11:09:00 wiz Exp $
 #
 
 BOOST_PACKAGE=         headers
@@ -9,9 +9,9 @@
 
 BJAM_ARGS+=            --with-unknown # disable all libraries
 
-NO_BUILD=              # defined
+.include "../../devel/boost-build/bjam.mk"
 
-.include "../../devel/boost-build/bjam.mk"
+do-build:
 
 do-install: bjam-install
        ${FIND} ${PREFIX}/include/boost \



Home | Main Index | Thread Index | Old Index