diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-04 18:02:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-04 18:02:57 +0000 |
commit | 923c5eef01bf535c2042b07a6b46e4008c7874de (patch) | |
tree | 4dae99c2f3d9b2533584c9698c21cfc7e400cc4d | |
parent | fed9879891322237b4e3e8e3aac18bad1fceb714 (diff) | |
download | freebsd-ports-923c5eef01bf535c2042b07a6b46e4008c7874de.zip |
- Drop maintainership on maintainer's request
- Mark BROKEN with GCC 4.2
-rw-r--r-- | net/vyqchat/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/vyqchat/Makefile b/net/vyqchat/Makefile index 3066fe10144a..60d95f81846e 100644 --- a/net/vyqchat/Makefile +++ b/net/vyqchat/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://linux.bydg.org/~yogin/ -MAINTAINER= semionov@mail.bg +MAINTAINER= ports@FreeBSD.org COMMENT= A Qt LAN chat, compatible with Vypress Chat USE_QT_VER= 3 @@ -37,4 +37,10 @@ CONFIGURE_ARGS+=--without-libao LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |