aboutsummaryrefslogtreecommitdiffstats
path: root/audio/jack
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-04-16 22:52:10 +0800
committerTilman Keskinoz <arved@FreeBSD.org>2004-04-16 22:52:10 +0800
commit6accbd81ffea0211ef3c4bd7ec81934f0993b7dd (patch)
tree0a95de0e7f90cb2c96bb840074588b30938669f6 /audio/jack
parent3e8e3ecfe486e153269210fb58860568a20e3eda (diff)
downloadfreebsd-ports-gnome-6accbd81ffea0211ef3c4bd7ec81934f0993b7dd.tar.gz
freebsd-ports-gnome-6accbd81ffea0211ef3c4bd7ec81934f0993b7dd.tar.zst
freebsd-ports-gnome-6accbd81ffea0211ef3c4bd7ec81934f0993b7dd.zip
Fix make describe for old make's.
PR: 65622 Submitted by: Scott Lipcon <slipcon@mercea.net>
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 08aeb8c00917..27d7be930565 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -31,7 +31,7 @@ MAN1= jackd.1 jackstart.1
.include <bsd.port.pre.mk>
-.if (${OSVERSION} > 500000) && (${OSVERSION} < 502102)
+.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 )
BROKEN= "Does not compile"
.endif