diff options
author | gdt <gdt@pkgsrc.org> | 2007-11-18 14:32:50 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-11-18 14:32:50 +0000 |
commit | 5e700572556d2a1de61b8426482d031afe13cd75 (patch) | |
tree | ec75f8c0be9a833b6d8197651f667e1cf5124ec2 /x11 | |
parent | 5b3ff2638b9672c659fee4004d5dbac1af53bb48 (diff) | |
download | pkgsrc-5e700572556d2a1de61b8426482d031afe13cd75.tar.gz |
add:
# uses built libpng without synchronization
MAKE_JOBS_SAFE= no
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xephem/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 7773d4a12ce..9a86b61613a 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -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 @@ LICENSE= xephem-license # 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 |