aboutsummaryrefslogtreecommitdiff
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
parentb14a0051af6add40722239cafec3f74d873ef9a8 (diff)
downloadports-655a53df640efec6c801c160bba7e7a120bad893.tar.gz
ports-655a53df640efec6c801c160bba7e7a120bad893.zip
Notes
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