summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/qtella/Makefile14
-rw-r--r--net/qtella/Makefile14
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 <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>
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>