summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-18 13:01:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-18 13:01:03 +0000
commit852cfa1605e8cb8cdb03d9251126fce7aa6e6970 (patch)
tree39304aa9c2935134ba9671c0413974d5a9c64e4e /net
parentBROKEN on amd64 and ia64: Does not compile (missing -fPIC from shared library... (diff)
BROKEN on 4.x: Does not compile. Correct whitespace.
Notes
Notes: svn path=/head/; revision=104455
Diffstat (limited to 'net')
-rw-r--r--net/qtella/Makefile14
1 files changed, 10 insertions, 4 deletions
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 <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>