diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:18:54 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:18:54 +0800 |
commit | 5c0941bc08fddceefefb8d87a3c6c37c3b5b4095 (patch) | |
tree | 5b1728bd667f60ecf24e4756b37dd51cb7e02359 /net | |
parent | f3581bac88feccffdf04d0c140510b5e106754fa (diff) | |
download | freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.gz freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.zst freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.zip |
BROKEN on 5.1: does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/sendip/Makefile | 8 | ||||
-rw-r--r-- | net/tintin++/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/net/sendip/Makefile b/net/sendip/Makefile index c846afd9f6b5..76be1bce8c22 100644 --- a/net/sendip/Makefile +++ b/net/sendip/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= http://www.earth.li/projectpurple/files/ MAINTAINER= joseph@randomnetworks.com COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + USE_GMAKE= yes USE_REINPLACE= yes USE_PERL5= yes @@ -20,4 +26,4 @@ INSTALLS_SHLIB= yes MAN1= sendip.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 949c612189ba..4199ae80f92b 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -15,7 +15,13 @@ DISTNAME= tintin++v1.5pl9 MAINTAINER= jhp@cocoja.holywar.net COMMENT= A client program to help playing muds +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + WRKSRC= ${WRKDIR}/tintin++/v1.5/src GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> |