diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-05 12:20:26 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-05 12:20:26 +0000 |
commit | a65c8fb9fb0767b7a081b9613d651f2a279b705c (patch) | |
tree | 2edcb4b692a8c65e5cbf408350828464d57383ce /science | |
parent | 535e4cfb535233a1a3543602334eab3a0576da80 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/cdo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 9713928ebd6f..e1cc978f3874 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE} LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf .endif -.if ${OSVERSION} >= 502102 +.if ${OSVERSION} <= 600000 EXTRA_PATCHES+= "${PATCHDIR}/extra-patch-freebsd5-pthread" .endif |