diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-15 17:13:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-15 17:13:09 +0000 |
commit | becb7b7f4d263f68cccc95cdc6a0cb6a157b08b6 (patch) | |
tree | 1ac7bd640d9570214b27b6303a52bd6f42135496 /cad | |
parent | 80d19b3d2c5adb58ce1ac77c1cfa5889873ff22f (diff) | |
download | pkgsrc-becb7b7f4d263f68cccc95cdc6a0cb6a157b08b6.tar.gz |
Remove unsupported configure arguments.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 93965a7eebe..89833015422 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2016/09/15 15:29:51 gdt Exp $ +# $NetBSD: Makefile,v 1.110 2016/09/15 17:13:09 wiz Exp $ DISTNAME= geda-gaf-1.8.2 PKGNAME= ${DISTNAME:S/-gaf-/-/} @@ -30,8 +30,6 @@ DEPENDS+= gettext-tools>=0.14.6:../../devel/gettext-tools GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= bash gmake msgfmt pkg-config -CONFIGURE_ARGS+= --disable-update-mime-database -CONFIGURE_ARGS+= --disable-update-desktop-database # let (f)lex rebuild this file. The distributed one doesn't # always work. @@ -50,9 +48,6 @@ REPLACE_PERL+= utils/scripts/pads_backannotate \ # needs GNU m4 for the PCBboard and gsch2pcb netlisters USE_TOOLS+= gmake gm4:run pkg-config -CONFIGURE_ARGS+= --with-pcbm4dir=${LOCALBASE}/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 |