diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:21:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:21:55 +0800 |
commit | 341d9ff0b1de65745b5511ce1a63b1f48960c13b (patch) | |
tree | 0b2adb67f45104021100515a132ec3a37fb74b68 /x11-toolkits | |
parent | 1b69343c30baf39dd7d73746b132dc3aed44d9a2 (diff) | |
download | freebsd-ports-gnome-341d9ff0b1de65745b5511ce1a63b1f48960c13b.tar.gz freebsd-ports-gnome-341d9ff0b1de65745b5511ce1a63b1f48960c13b.tar.zst freebsd-ports-gnome-341d9ff0b1de65745b5511ce1a63b1f48960c13b.zip |
- Add PORTSCOUT=ignore:1 to avoid false alarm
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index f69a1c4aa88e..b343ced0cf0a 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -13,6 +13,8 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= Python bindings to the Tk widget set +PORTSCOUT= ignore:1 + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_TK= yes |