7 lines
110 B
Makefile
7 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-tkinter
|
|
|
|
PYTHON_VERSION= python3.6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|