diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-12 14:35:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-12 14:35:12 +0000 |
commit | 2036b2c1c97183075e9be57ebd5b953826ffe41d (patch) | |
tree | 0a6f77a12b402a11012d4eb2cf703548098bbdb7 /net-p2p/jigdo/Makefile | |
parent | Adopt port (diff) |
- Mark BROKEN on FreeBSD 4.X: does not compile
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=165218
Diffstat (limited to '')
-rw-r--r-- | net-p2p/jigdo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 8bc61352667a..62dc05301d3a 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -33,6 +33,7 @@ OPTIONS= GUI "Build the gtk2 gui" off \ .if ${OSVERSION} < 500000 NOT_FOR_ARCHS+= alpha +BROKEN= Does not compile .endif .if defined(WITH_GUI) |