aboutsummaryrefslogtreecommitdiff
path: root/audio/jack
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 03:34:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 03:34:03 +0000
commit5bff8e7bfda161127a5de38fd9210004f591218e (patch)
tree22ce65ff235253d7a661b087620b2525628b455c /audio/jack
parent9606e35d58cb77ce81ab3588d7386aefa82f4309 (diff)
downloadports-5bff8e7bfda161127a5de38fd9210004f591218e.tar.gz
ports-5bff8e7bfda161127a5de38fd9210004f591218e.zip
Notes
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index fe0dc882f755..2549cee8bd4d 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -49,16 +49,11 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN="false"
PLIST_SUB+= DOCS="@comment "
.endif
-.if ${OSVERSION} < 500000
-CONFIGURE_ENV+= ac_cv_func_clock_gettime=no
-CFLAGS+= -Duintmax_t=uintptr_t
-.endif
-
-.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 )
+.if (${OSVERSION} < 502102 )
BROKEN= Does not compile
.endif
-.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
+.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif