summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-09-11 19:37:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-09-11 19:37:28 +0000
commit655a53df640efec6c801c160bba7e7a120bad893 (patch)
tree3187217a299d34794f09b3e0d17f03e61ad0eeac /audio
parent- s/Yes/yes/ in GNU_CONFIGURE= (diff)
- Mark BROKEN on 8.2-STABLE too
Reported by: beatmail
Notes
Notes: svn path=/head/; revision=304118
Diffstat (limited to 'audio')
-rw-r--r--audio/gdam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gdam/Makefile b/audio/gdam/Makefile
index bb96b400338e..5b2ee34f9ea6 100644
--- a/audio/gdam/Makefile
+++ b/audio/gdam/Makefile
@@ -32,7 +32,7 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900027
+.if (${OSVERSION} < 900000 && ${OSVERSION} >= 802502) || ${OSVERSION} >= 900027
BROKEN= does not build
.endif