diff options
author | kris <kris@FreeBSD.org> | 2004-03-18 21:01:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-18 21:01:03 +0800 |
commit | e0ead28edabf6faec73a21ecc7157a3169dcd27b (patch) | |
tree | 4b39d37a96e51acc4193bf7ff5fa7e8dd85b7038 /net-p2p/qtella/Makefile | |
parent | 3528854f279a9332d6a867fd06aa2ef9400c065e (diff) | |
download | freebsd-ports-gnome-e0ead28edabf6faec73a21ecc7157a3169dcd27b.tar.gz freebsd-ports-gnome-e0ead28edabf6faec73a21ecc7157a3169dcd27b.tar.zst freebsd-ports-gnome-e0ead28edabf6faec73a21ecc7157a3169dcd27b.zip |
BROKEN on 4.x: Does not compile. Correct whitespace.
Diffstat (limited to 'net-p2p/qtella/Makefile')
-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> |