diff options
author | rm <rm@FreeBSD.org> | 2015-07-17 22:10:15 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-17 22:10:15 +0800 |
commit | 130d37fb5cb88ec5de7cec7fbe0c8d540c98b1fe (patch) | |
tree | e75584a720c7ab5b4d1ae08229957f2fc61ec1a8 /textproc | |
parent | abb171cc763ad378e0b4b8ce3de5c3c061892a09 (diff) | |
download | freebsd-ports-gnome-130d37fb5cb88ec5de7cec7fbe0c8d540c98b1fe.tar.gz freebsd-ports-gnome-130d37fb5cb88ec5de7cec7fbe0c8d540c98b1fe.tar.zst freebsd-ports-gnome-130d37fb5cb88ec5de7cec7fbe0c8d540c98b1fe.zip |
textproc/py-elib.intl: instruct portscout to not check for updates
Portscout incorrectly reports that updates are available, so disable
checks at all. While here add NO_ARCH and sort USE_PYTHON.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-elib.intl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/py-elib.intl/Makefile b/textproc/py-elib.intl/Makefile index f4edab7d4cf4..1bfefb6252aa 100644 --- a/textproc/py-elib.intl/Makefile +++ b/textproc/py-elib.intl/Makefile @@ -15,7 +15,10 @@ GH_ACCOUNT= dieterv GH_TAGNAME= d09997c USE_GITHUB= yes +PORTSCOUT= ignore:1 + +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |