diff options
Diffstat (limited to 'audio/akode-plugins-jack/Makefile')
-rw-r--r-- | audio/akode-plugins-jack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/akode-plugins-jack/Makefile b/audio/akode-plugins-jack/Makefile index a04d468c2b14..e1e819eaf59c 100644 --- a/audio/akode-plugins-jack/Makefile +++ b/audio/akode-plugins-jack/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ .include <bsd.port.pre.mk> -.if (${OSVERSION} < 502102 ) +.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 ) IGNORE= Jack not available .endif |