caribou: restrict to python 3.x
(reduce py27-gobject3 users)
This commit is contained in:
parent
f66448f011
commit
a759daa2f1
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.14 2021/12/08 16:07:02 adam Exp $
|
# $NetBSD: Makefile,v 1.15 2022/01/28 12:20:54 wiz Exp $
|
||||||
|
|
||||||
DISTNAME= caribou-0.4.21
|
DISTNAME= caribou-0.4.21
|
||||||
PKGREVISION= 12
|
PKGREVISION= 12
|
||||||
|
@ -19,6 +19,8 @@ USE_TOOLS+= pkg-config intltool gmake xgettext
|
||||||
|
|
||||||
PY_PATCHPLIST= yes
|
PY_PATCHPLIST= yes
|
||||||
|
|
||||||
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||||
|
|
||||||
CONF_FILES= ${PREFIX}/share/examples/caribou/autostart/caribou-autostart.desktop \
|
CONF_FILES= ${PREFIX}/share/examples/caribou/autostart/caribou-autostart.desktop \
|
||||||
${PKG_SYSCONFDIR}/xdg/autostart/caribou-autostart.desktop
|
${PKG_SYSCONFDIR}/xdg/autostart/caribou-autostart.desktop
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue