diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:25:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:25:40 +0800 |
commit | f701d3e90073f57686b8e6df4756a0717243dba4 (patch) | |
tree | 048ba1809a3d6fb498eb45fbbb93cc5b55c5051a /net-im/xicq | |
parent | 2eb8f480fa87857e5f05978aadbf680632d86011 (diff) | |
download | freebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.tar.gz freebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.tar.zst freebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.zip |
BROKEN on 5.1: bad C++
Diffstat (limited to 'net-im/xicq')
-rw-r--r-- | net-im/xicq/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile index 520a5e479475..dbe8e7f38ffb 100644 --- a/net-im/xicq/Makefile +++ b/net-im/xicq/Makefile @@ -14,6 +14,12 @@ DISTNAME= xicq-071298-snapshot.src MAINTAINER= scrappy@FreeBSD.org COMMENT= Xtropy's ICQ Client +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/xicq-071298 USE_GMAKE= yes @@ -26,4 +32,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |