diff options
author | perky <perky@FreeBSD.org> | 2003-11-05 01:36:04 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-11-05 01:36:04 +0800 |
commit | a387380bbbf174dccbaae12a60b26fb393a2ff72 (patch) | |
tree | ac1b3d7a6b4d023d37cbc77ba68b63a5dd7e11f5 /x11-toolkits/py-tkinter/Makefile | |
parent | ef50fd6838ceefd7b41cba4a8d542680c72fb789 (diff) | |
download | freebsd-ports-gnome-a387380bbbf174dccbaae12a60b26fb393a2ff72.tar.gz freebsd-ports-gnome-a387380bbbf174dccbaae12a60b26fb393a2ff72.tar.zst freebsd-ports-gnome-a387380bbbf174dccbaae12a60b26fb393a2ff72.zip |
Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES.
Diffstat (limited to 'x11-toolkits/py-tkinter/Makefile')
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index 8430bca5c6a3..09863ce6cfaa 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -9,7 +9,7 @@ PORTNAME= tkinter PORTVERSION= ${PYTHON_PORTVERSION} PORTREVISION= 1 CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_PYTHON} +MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PYTHON_DISTFILE} |