diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-04 16:22:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-04 16:22:26 +0800 |
commit | 44e41ebc9900d607939678341b9361af055ce828 (patch) | |
tree | e0ae44119a33df492f0b4de750264aca31aadb51 /astro | |
parent | e68b63f9e251ffcfb5f4753712f1cf547d488fe1 (diff) | |
download | freebsd-ports-gnome-44e41ebc9900d607939678341b9361af055ce828.tar.gz freebsd-ports-gnome-44e41ebc9900d607939678341b9361af055ce828.tar.zst freebsd-ports-gnome-44e41ebc9900d607939678341b9361af055ce828.zip |
- Add CONFLICTS with lang/expect and lang/expect-devel
PR: ports/165949
Submitted by: Benjamin Tovar <ben@robotoloco.com>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/weather/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/weather/Makefile b/astro/weather/Makefile index 2bf431e81bdf..ba777b76ef63 100644 --- a/astro/weather/Makefile +++ b/astro/weather/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://fungi.yuggoth.org/weather/src/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= An utility to provide current weather conditions and forecasts +CONFLICTS= expect-[0-9]* expect-nox11-[0-9]* + USE_PYTHON= yes USE_XZ= yes |