diff options
author | pav <pav@FreeBSD.org> | 2011-09-30 04:31:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-09-30 04:31:36 +0800 |
commit | 5792b79514c67a4e0c1c26531860a9235abdded6 (patch) | |
tree | 2c1b1ae0be26f8c5e1f6453db7ad79bcf61c9780 /net-im | |
parent | 272b7d27fc778a5056167b23d0bf95072e9fdf31 (diff) | |
download | freebsd-ports-gnome-5792b79514c67a4e0c1c26531860a9235abdded6.tar.gz freebsd-ports-gnome-5792b79514c67a4e0c1c26531860a9235abdded6.tar.zst freebsd-ports-gnome-5792b79514c67a4e0c1c26531860a9235abdded6.zip |
- Mark BROKEN on FreeBSD/7: does not configure
Reported by: pointyhat
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pymsn/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/pymsn/Makefile b/net-im/pymsn/Makefile index 248e8f2a0cfd..8fa76a56f951 100644 --- a/net-im/pymsn/Makefile +++ b/net-im/pymsn/Makefile @@ -29,4 +29,10 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not configure +.endif + +.include <bsd.port.post.mk> |