From 852cfa1605e8cb8cdb03d9251126fce7aa6e6970 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 18 Mar 2004 13:01:03 +0000 Subject: [PATCH] BROKEN on 4.x: Does not compile. Correct whitespace. --- net-p2p/qtella/Makefile | 14 ++++++++++---- net/qtella/Makefile | 14 ++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/net-p2p/qtella/Makefile b/net-p2p/qtella/Makefile index 1079d9cc461a..7b2e73fd7fa0 100644 --- a/net-p2p/qtella/Makefile +++ b/net-p2p/qtella/Makefile @@ -7,13 +7,13 @@ PORTNAME= qtella PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qtella -MAINTAINER= seanc@FreeBSD.org -COMMENT= A Gnutella client using Qt +MAINTAINER= seanc@FreeBSD.org +COMMENT= A Gnutella client using Qt HAS_CONFIGURE= yes USE_GMAKE= yes @@ -22,4 +22,10 @@ CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread" USE_KDELIBS_VER=3 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include diff --git a/net/qtella/Makefile b/net/qtella/Makefile index 1079d9cc461a..7b2e73fd7fa0 100644 --- a/net/qtella/Makefile +++ b/net/qtella/Makefile @@ -7,13 +7,13 @@ PORTNAME= qtella PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qtella -MAINTAINER= seanc@FreeBSD.org -COMMENT= A Gnutella client using Qt +MAINTAINER= seanc@FreeBSD.org +COMMENT= A Gnutella client using Qt HAS_CONFIGURE= yes USE_GMAKE= yes @@ -22,4 +22,10 @@ CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread" USE_KDELIBS_VER=3 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include