BROKEN on 4.x: Does not compile. Correct whitespace.

This commit is contained in:
Kris Kennaway 2004-03-18 13:01:03 +00:00
parent 455b8c2f09
commit 852cfa1605
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104455
2 changed files with 20 additions and 8 deletions

View File

@ -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 <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>

View File

@ -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 <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>