diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:15:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:15:44 +0000 |
commit | d500c1cc50f23b0489994e29a3a20f32a3cb441d (patch) | |
tree | 7c1e12df7a7d8fba86936f85270c40cc1e388312 /net/slirp/Makefile | |
parent | BROKEN on 5.1: bad C++ (diff) |
BROKEN on 5.1: does not compile
Notes
Notes:
svn path=/head/; revision=81209
Diffstat (limited to '')
-rw-r--r-- | net/slirp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile index 9e36f77163e3..874a74712594 100644 --- a/net/slirp/Makefile +++ b/net/slirp/Makefile @@ -17,6 +17,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= demon@FreeBSD.org COMMENT= A (C)SLIP/PPP emulator for users with shell accounts +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + # serious LP64 issues ONLY_FOR_ARCHS= i386 @@ -31,4 +37,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/slirp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/slirp.man ${PREFIX}/man/man1/slirp.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |