diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-07 18:15:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-07 18:15:11 +0000 |
commit | 25321ebcc9fe670c5afaf32ceb8fcd0a0fd6c7e4 (patch) | |
tree | f0c34044e933804412bb5792576595db8585c1a0 /cad/geda | |
parent | 1a3983b164cca9b926361961495c6e69f017053f (diff) | |
download | pkgsrc-25321ebcc9fe670c5afaf32ceb8fcd0a0fd6c7e4.tar.gz |
Whitespace.
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 05756d3aee7..28c2c0bfa1c 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2012/03/15 11:53:21 obache Exp $ +# $NetBSD: Makefile,v 1.75 2012/05/07 18:15:11 dholland Exp $ # DISTNAME= geda-gaf-1.6.2 @@ -29,7 +29,7 @@ CONFLICTS+= libgeda-[0-9]* USE_PKGLOCALEDIR= yes -DEPENDS+= gettext-tools>=0.14.6:../../devel/gettext-tools +DEPENDS+= gettext-tools>=0.14.6:../../devel/gettext-tools GNU_CONFIGURE= YES USE_LIBTOOL= YES @@ -63,11 +63,11 @@ EVAL_PREFIX+= PCBDIR=pcb CONFIGURE_ARGS+= --with-pcbm4dir=${PCBDIR}/share/pcb/m4 CONFIGURE_ARGS+= --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb -SUBST_CLASSES+= python -SUBST_STAGE.python= pre-configure -SUBST_FILES.python= utils/scripts/garchive.py -SUBST_SED.python= -e 's,/usr/bin/env python,${PYTHONBIN},' -SUBST_SED.python+= -e 's,%PYTHONBIN%,${PYTHONBIN},' +SUBST_CLASSES+= python +SUBST_STAGE.python= pre-configure +SUBST_FILES.python= utils/scripts/garchive.py +SUBST_SED.python= -e 's,/usr/bin/env python,${PYTHONBIN},' +SUBST_SED.python+= -e 's,%PYTHONBIN%,${PYTHONBIN},' REPLACE_SH+= gnetlist/scripts/sch2eaglepos.sh USE_TOOLS+= sh:run |