diff options
author | maya <maya@pkgsrc.org> | 2019-04-26 14:12:31 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-04-26 14:12:31 +0000 |
commit | 2572a6bbce773d1b21b3d23dc4b09816ca6da9fe (patch) | |
tree | 2603bc22b68e17003163e8966109e724288b8eb0 /databases/gramps3 | |
parent | 537e1607288b9c9711923e39f591c1cee33918a2 (diff) | |
download | pkgsrc-2572a6bbce773d1b21b3d23dc4b09816ca6da9fe.tar.gz |
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
Diffstat (limited to 'databases/gramps3')
-rw-r--r-- | databases/gramps3/Makefile | 4 | ||||
-rw-r--r-- | databases/gramps3/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile index e8a020537cb..88269241384 100644 --- a/databases/gramps3/Makefile +++ b/databases/gramps3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: Makefile,v 1.72 2019/04/26 14:12:33 maya Exp $ DISTNAME= gramps-3.4.4 PKGREVISION= 14 @@ -16,7 +16,7 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2 REPLACE_PYTHON= src/DateHandler/_Date_fr.py REPLACE_PYTHON+= src/plugins/quickview/Reporef.py diff --git a/databases/gramps3/options.mk b/databases/gramps3/options.mk index 34056c0405a..8dae1ade16a 100644 --- a/databases/gramps3/options.mk +++ b/databases/gramps3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2019/04/26 13:13:46 maya Exp $ +# $NetBSD: options.mk,v 1.10 2019/04/26 14:12:33 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3 PKG_SUPPORTED_OPTIONS= graphviz enchant freefont @@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= graphviz enchant freefont .if !empty(PKG_OPTIONS:Menchant) DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2 .include "../../x11/py-gnome2-extras/buildlink3.mk" .endif |