diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-09-11 19:37:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-09-11 19:37:28 +0000 |
commit | 655a53df640efec6c801c160bba7e7a120bad893 (patch) | |
tree | 3187217a299d34794f09b3e0d17f03e61ad0eeac /audio/gdam | |
parent | b14a0051af6add40722239cafec3f74d873ef9a8 (diff) |
Notes
Diffstat (limited to 'audio/gdam')
-rw-r--r-- | audio/gdam/Makefile | 2 |
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 |