diff options
Diffstat (limited to 'graphics/xdot')
-rw-r--r-- | graphics/xdot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xdot/Makefile b/graphics/xdot/Makefile index baba1a61d37..b5ad69fa46f 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:17 adam Exp $ DISTNAME= xdot PKGNAME= xdot-20121124 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= # none DIST_SUBDIR= ${PKGNAME_NOREV} REPLACE_PYTHON= xdot.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 INSTALLATION_DIRS= bin do-build: |