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 | |
parent | 404b6967dea5e3868e2f98fc8226dcddd5b0278e (diff) | |
download | ports-2036b2c1c97183075e9be57ebd5b953826ffe41d.tar.gz ports-2036b2c1c97183075e9be57ebd5b953826ffe41d.zip |
Notes
Diffstat (limited to 'net-p2p/jigdo')
-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) |