diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-05 20:20:26 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-05 20:20:26 +0800 |
commit | b260604f6d88860b07e58cff54a8c1071be65467 (patch) | |
tree | 90d9f2527a9028066f338ab975451f98b0793e49 /science | |
parent | 2d53d5d1e74873e175ad1ed801feaa1d8516b803 (diff) | |
download | freebsd-ports-gnome-b260604f6d88860b07e58cff54a8c1071be65467.tar.gz freebsd-ports-gnome-b260604f6d88860b07e58cff54a8c1071be65467.tar.zst freebsd-ports-gnome-b260604f6d88860b07e58cff54a8c1071be65467.zip |
Patch is needed for <= 600000
Reported by: sunpoet@sunpoet.net (maintainer)
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 |