pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xerces-j Set NO_CONFIGURE and NO_BUILD to "ye...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c787d6be4d89
branches:  trunk
changeset: 501583:c787d6be4d89
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 23:36:01 2005 +0000

description:
Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing.

diffstat:

 textproc/xerces-j/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 4abb4123d960 -r c787d6be4d89 textproc/xerces-j/Makefile
--- a/textproc/xerces-j/Makefile        Sun Oct 23 23:35:17 2005 +0000
+++ b/textproc/xerces-j/Makefile        Sun Oct 23 23:36:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/04/11 21:47:43 tv Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/23 23:36:01 rillig Exp $
 #
 # Note: we currently use the pre-built (-bin) distribution of Xerces-J,
 # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is
@@ -15,8 +15,8 @@
 
 WRKSRC=                ${WRKDIR}/xerces-1_2_0
 USE_JAVA=      run
-NO_CONFIGURE=
-NO_BUILD=
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/java



Home | Main Index | Thread Index | Old Index