pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xephem add:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e0d6e3f9076
branches:  trunk
changeset: 535457:1e0d6e3f9076
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Nov 18 14:32:50 2007 +0000

description:
add:

# uses built libpng without synchronization
MAKE_JOBS_SAFE= no

diffstat:

 x11/xephem/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r aab848d8cc43 -r 1e0d6e3f9076 x11/xephem/Makefile
--- a/x11/xephem/Makefile       Sun Nov 18 13:31:29 2007 +0000
+++ b/x11/xephem/Makefile       Sun Nov 18 14:32:50 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2007/06/04 22:20:53 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2007/11/18 14:32:50 gdt Exp $
 
 DISTNAME=      xephem-3.7.2
 PKGREVISION=   1
@@ -26,6 +26,9 @@
 # from the original tarball (including possible changes for porting but
 # not changes in functionality).
 
+# uses built libpng without synchronization
+MAKE_JOBS_SAFE=        no
+
 WRKSRC=                ${WRKDIR}/${DISTNAME}/GUI/xephem
 USE_TOOLS+=    gmake perl:run
 REPLACE_PERL+= auxil/*.pl



Home | Main Index | Thread Index | Old Index