diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 13:01:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 13:01:03 +0000 |
commit | 852cfa1605e8cb8cdb03d9251126fce7aa6e6970 (patch) | |
tree | 39304aa9c2935134ba9671c0413974d5a9c64e4e /net-p2p/qtella | |
parent | 455b8c2f09bb7b71741c05581a9c9c009ef9618b (diff) | |
download | ports-852cfa1605e8cb8cdb03d9251126fce7aa6e6970.tar.gz ports-852cfa1605e8cb8cdb03d9251126fce7aa6e6970.zip |
Notes
Diffstat (limited to 'net-p2p/qtella')
-rw-r--r-- | net-p2p/qtella/Makefile | 14 |
1 files changed, 10 insertions, 4 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> |